Click or drag to resize

EntityCollectionEventArgsCancel Property

imbVeles Framework: imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Gets or sets if the operation must be canceled.

Namespace:  netDxf.Collections
Assembly:  netDXF.Standard (in netDXF.Standard.dll) Version: 2.1.1
Syntax
C#
public bool Cancel { get; set; }
Request Example View Source

Property Value

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