Mono Class Library: System Namespace

System.EventHandler<TEventArgs> Delegate

Documentation for this section has not yet been entered. [Edit]
public delegate void EventHandler<TEventArgs> (object sender, TEventArgs e)
where TEventArgs : EventArgs

Type Parameters

TEventArgs
Documentation for this section has not yet been entered. [Edit]

Parameters

sender
Documentation for this section has not yet been entered. [Edit]
e
Documentation for this section has not yet been entered. [Edit]

Remarks

Documentation for this section has not yet been entered. [Edit]

Requirements

Namespace: System
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0