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


The following tables list the members exposed by BaseEventArgs.

Public Constructors

 NameDescription
Public ConstructorBaseEventArgs ConstructorOverloaded.  Constructor that takes IBusinessObject instance as the parameter. The BusinessObject property will be then set with the passed in object instance.  
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.  
Top

See Also