InputMethodStateChangedEventHandler Delegate

Definition

Represents the method that will handle the StateChanged event.

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

Parameters

sender
Object

The source of the event.

Extension Methods

GetMethodInfo(Delegate)

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

Applies to

See also