Skip to content
This repository has been archived by the owner on Oct 11, 2023. It is now read-only.

84b27d7b b621 b71c b835 b4ea6c799b55

haplokuon edited this page May 6, 2023 · 1 revision

Cancel Property

netDxf 3.0.0 Library

Gets or sets if the operation must be canceled.

Definition

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

Property Value

Boolean

Remarks

This property is used by the OnBeforeAdd and OnBeforeRemove events to cancel the add or remove operations.

See Also

Reference

ObservableDictionaryEventArgs(TKey, TValue) Class
netDxf.Collections Namespace

Clone this wiki locally