DimensionStyleOverrideDictionaryEventArgsCancel Property
|
Gets or sets if the operation must be canceled.
Namespace:
DXFReaderNET.Collections
Assembly:
DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax public bool Cancel { get; set; }
Public Property Cancel As Boolean
Get
Set
public:
property bool Cancel {
bool get ();
void set (bool value);
}
member Cancel : bool with get, set
PROPERTY Cancel AS LOGIC GET SET
Property Value
Type:
BooleanRemarks This property is used by the BeforeAddItem and BeforeRemoveItem events to cancel the add or remove operations.
See Also