QuickObjects.ObjectBase Send comments on this topic.
BeforeCommandEventArgs Class Members
See Also  Fields  Properties 
Akal.QuickObjects.ObjectBase Namespace : BeforeCommandEventArgs Class


The following tables list the members exposed by BeforeCommandEventArgs.

Public Constructors

 NameDescription
Public ConstructorBeforeCommandEventArgs Constructor Constructor that takes IBusinessObject instance as the parameter. The businessObject property will be then set with the passed in object instance.  
Top

Public Fields

 NameDescription
Public FieldCancelled 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.  
Top

Public Properties

 NameDescription
Public PropertyBusinessObjectBusinessObject will always be filled with the business object's instance. This property can be then used to further modify the business object's properties or perform methods. (Inherited from BaseEventArgs)
Top

See Also