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

fb4e96d2 be0f 5a75 43c6 0e9c0244ec75

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 BeforeAddItem and BeforeRemoveItem events to cancel the add or remove operations.

See Also

Reference

AttributeDefinitionDictionaryEventArgs Class
netDxf.Collections Namespace

Clone this wiki locally