Set to false by default. For certain events can abort an action by setting to true

Namespace: AppCan.Core.Application
Assembly: AppCan.Core (in AppCan.Core.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

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

See Also