CurrentChangingEventHandler Delegate

Definition

Represents the method that handles the CurrentChanging event.

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

Parameters

sender
Object

The object that raised the event.

e
CurrentChangingEventArgs

Information about the event.

Extension Methods

GetMethodInfo(Delegate)

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

Applies to