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