QuickObjects.ObjectBase Send comments on this topic.
Cancelled Field
See Also 
Akal.QuickObjects.ObjectBase Namespace > BeforeCommandEventArgs Class : Cancelled Field
Cancelled can be used to cancel a command. If this value is set true inside the Before[Command] event handler, the command will get cancelled.

Syntax

C# 
public bool Cancelled

Requirements

Target Platforms: .NET Framework 1.1 or .NET Framework 2.0

See Also