KeyboardInputProviderAcquireFocusEventHandler Delegato

Definizione

Rappresenta il metodo che gestirà l'evento KeyboardInputProviderAcquireFocus.

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)

Parametri

sender
Object

Origine dell'evento.

Metodi di estensione

GetMethodInfo(Delegate)

Ottiene un oggetto che rappresenta il metodo rappresentato dal delegato specificato.

Si applica a