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 中引入)

适用于