| C# | |
|---|---|
public delegate void BeforeCommandEventHandler( object sender, BeforeCommandEventArgs e ) | |
Parameters
- sender
- A reference to the business object instance that fired the event.
- e
- A reference to the instance of BeforeCommandEventArgs object containing additional information associated with the event.
Target Platforms: .NET Framework 1.1 or .NET Framework 2.0