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

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.

Syntax

C# 
public IBusinessObject BusinessObject {get; set;}

Requirements

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

See Also