QuickObjects.ObjectBase Send comments on this topic.
OnAfterLoad Method
See Also 
Akal.QuickObjects.ObjectBase Namespace > BaseBusinessObject Class : OnAfterLoad Method
e
Invoked after the object has executed the Load command.

Syntax

C# 
protected virtual void OnAfterLoad( 
   AfterCommandEventArgs e
)

Parameters

e

Requirements

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

See Also