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

事件源。

扩展方法

名称 说明
GetMethodInfo(Delegate)

获取一个对象,该对象表示由指定委托表示的方法。

适用于