This repository has been archived by the owner on Oct 11, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 409
926bccca 6746 4c40 f6fc 4f91b1fcefce
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Gets or sets if the operation must be canceled.
Namespace: netDxf.Collections
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public bool Cancel { get; set; }
VB
Public Property Cancel As Boolean
Get
Set
C++
public:
property bool Cancel {
bool get ();
void set (bool value);
}
F#
member Cancel : bool with get, set
Boolean
This property is used by the OnBeforeAdd and OnBeforeRemove events to cancel the add or remove operation.
ObservableCollectionEventArgs(T) Class
netDxf.Collections Namespace