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

Syntax

C# 
protected virtual void OnAfterInsert( 
   AfterCommandEventArgs e
)

Parameters

e

Requirements

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

See Also