StoppedEventHandler Delegate

Definition

Represents the method that will handle the Stopped event.

public delegate void StoppedEventHandler(System::Object ^ sender, StoppedEventArgs ^ e);
public delegate void StoppedEventHandler(object sender, StoppedEventArgs e);
type StoppedEventHandler = delegate of obj * StoppedEventArgs -> unit
Public Delegate Sub StoppedEventHandler(sender As Object, e As StoppedEventArgs)

Parameters

sender
Object

The instance of the object for which to invoke this method.

e
StoppedEventArgs

The StoppedEventArgs that specifies the reason the event was invoked.

Extension Methods

GetMethodInfo(Delegate)

Gets an object that represents the method represented by the specified delegate.

Applies to