DragItemsStartingEventHandler 代理人

定義

表示將處理 DragItemsStarting 事件的方法。

public delegate void DragItemsStartingEventHandler(Platform::Object ^ sender, DragItemsStartingEventArgs ^ e);
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.Guid(984525644, 5323, 17460, 190, 204, 136, 168, 88, 92, 47, 137)]
class DragItemsStartingEventHandler : MulticastDelegate
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.Guid(984525644, 5323, 17460, 190, 204, 136, 168, 88, 92, 47, 137)]
public delegate void DragItemsStartingEventHandler(object sender, DragItemsStartingEventArgs e);
Public Delegate Sub DragItemsStartingEventHandler(sender As Object, e As DragItemsStartingEventArgs)

參數

sender
Object

Platform::Object

IInspectable

附加處理常式的物件。

e
DragItemsStartingEventArgs

事件的事件資料。

屬性

Windows 需求

裝置系列
Windows 10 (已於 10.0.10240.0 引進)
API contract
Windows.Foundation.UniversalApiContract (已於 v1.0 引進)

適用於