QuickObjects.ObjectBase Send comments on this topic.
OnBeforeDelete Method
See Also 
Akal.QuickObjects.ObjectBase Namespace > BaseBusinessObject Class : OnBeforeDelete Method
e
Invoked when the object is about to execute the Delete command.

Syntax

C# 
protected virtual void OnBeforeDelete( 
   BeforeCommandEventArgs e
)

Parameters

e

Requirements

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

See Also