Click or drag to resize

ObservableDictionaryEventArgsTKey, TValueCancel 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; }

Property Value

Type: Boolean
Remarks
This property is used by the OnBeforeAdd and OnBeforeRemove events to cancel the add or remove operations.
See Also