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

Syntax

C# 
protected virtual void OnBeforeFind( 
   BeforeCommandEventArgs e
)

Parameters

e

Requirements

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

See Also