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

Syntax

C# 
protected virtual void OnBeforeUpdate( 
   BeforeCommandEventArgs e
)

Parameters

e

Requirements

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

See Also