KeyTipAccessedEventHandler 代理人
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
表示處理 KeyTipAccessed 之 KeyTipService 附加事件的方法。
public delegate void KeyTipAccessedEventHandler(System::Object ^ sender, KeyTipAccessedEventArgs ^ e);
public delegate void KeyTipAccessedEventHandler(object sender, KeyTipAccessedEventArgs e);
type KeyTipAccessedEventHandler = delegate of obj * KeyTipAccessedEventArgs -> unit
Public Delegate Sub KeyTipAccessedEventHandler(sender As Object, e As KeyTipAccessedEventArgs)
參數
- sender
- Object
事件的來源。
事件資料。
擴充方法
GetMethodInfo(Delegate) |
取得表示特定委派所代表之方法的物件。 |