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

599c379c 7423 cc0e c51e 3fe1a73a7b59

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 operation.

See Also

Reference

EntityCollectionEventArgs Class
netDxf.Collections Namespace

Clone this wiki locally