Gets or sets whether the event with this argument should be cancelled.

Namespace:  N2
Assembly:  N2 (in N2.dll) Version: 1.0.404.40299 (1.4.4)

Syntax

C#
public bool Cancel { get; set; }
Visual Basic (Declaration)
Public Property Cancel As Boolean
Visual C++
public:
property bool Cancel {
	bool get ();
	void set (bool value);
}

See Also