The following tables list the members exposed by AfterCommandEventArgs.
| Name | Description | |
|---|---|---|
![]() | AfterCommandEventArgs Constructor | Constructor that takes IBusinessObject instance as the parameter. The businessObject property will be then set with the passed in object instance. |
| Name | Description | |
|---|---|---|
![]() | Success | 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. |
| Name | Description | |
|---|---|---|
![]() | BusinessObject | BusinessObject 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) |


