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

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

Syntax

C# 
public BeforeCommandEventArgs( 
   IBusinessObject businessObject
)

Parameters

businessObject

Requirements

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

See Also