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