Gets or sets whether to cancel adding the item.

Namespace: Mindscape.SilverlightElements
Assembly: Mindscape.SilverlightElements (in Mindscape.SilverlightElements.dll) Version: 2.0.0.0 (2.0.0.0)

Syntax

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

See Also