KeyboardInputProviderAcquireFocusEventHandler Делегат

Определение

Представляет метод обработки события 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)

Параметры

sender
Object

Источник события.

e
KeyboardInputProviderAcquireFocusEventArgs

Объект KeyboardInputProviderAcquireFocusEventArgs, содержащий данные события.

Методы расширения

GetMethodInfo(Delegate)

Получает объект, представляющий метод, представленный указанным делегатом.

Применяется к