SquidEventArgs..::..Cancel Property

Gets or sets a value indicating whether this [SquidEventArgs] is cancel.

Namespace:  Squid
Assembly:  Squid.Core (in Squid.Core.dll)

Syntax


public bool Cancel { get; set; }
Public Property Cancel As Boolean
	Get
	Set
public:
property bool^ Cancel {
	bool^ get ();
	void set (bool^ value);
}

Field Value

true if cancel; otherwise, false.