ContextMenuOpeningEventHandler 代理人
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
表示將處理存在於數個文字相關 UI 元素上 之 ContextMenuOpening 事件的方法。
public delegate void ContextMenuOpeningEventHandler(Platform::Object ^ sender, ContextMenuEventArgs ^ e);
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.UI.Xaml.WinUIContract), 65536)]
[Windows.Foundation.Metadata.Guid(3490774881, 16487, 21098, 149, 163, 81, 117, 119, 188, 82, 115)]
public delegate void ContextMenuOpeningEventHandler(object sender, ContextMenuEventArgs e);
Public Delegate Sub ContextMenuOpeningEventHandler(sender As Object, e As ContextMenuEventArgs)
參數
- sender
-
Object
Platform::Object
附加事件處理常式的物件。
事件的事件資料。
- 屬性