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

