QuickObjects.ObjectBase Send comments on this topic.
OnObjectDisposing Method
See Also 
Akal.QuickObjects.ObjectBase Namespace > BaseBusinessObject Class : OnObjectDisposing Method
e
Invoked when the object is being disposed.

Syntax

C# 
protected virtual void OnObjectDisposing( 
   ObjectEventArgs e
)

Parameters

e

Requirements

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

See Also