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


The following tables list the members exposed by AfterCommandEventArgs.

Public Constructors

 NameDescription
Public ConstructorAfterCommandEventArgs 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 FieldSuccess Success is used to indicate the success of the command being executed. If this value is set true that indicates that the command executed successfully. If this value is false, the BusinessObject property can be used to get the error message.  
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