KeyboardInputProviderAcquireFocusEventHandler Delegate

Definition

Represents the method that will handle the KeyboardInputProviderAcquireFocus event.

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

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