QuickObjects.ObjectBase Send comments on this topic.
BaseEventArgs Constructor
See Also 
Akal.QuickObjects.ObjectBase Namespace > BaseEventArgs Class : BaseEventArgs Constructor

Constructor that takes IBusinessObject instance as the parameter. The BusinessObject property will be then set with the passed in object instance.

Overload List

OverloadDescription
BaseEventArgs Constructor() Default constructor does not provide any functionality.  
BaseEventArgs Constructor(IBusinessObject) Constructor that takes IBusinessObject instance as the parameter. The businessObject property will be then set with the passed in object instance.  

Requirements

Target Platforms: .NET Framework 1.1 or .NET Framework 2.0

See Also