DragItemsStartingEventHandler 委托    
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
表示将处理 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 
附加处理程序的对象。
事件的事件数据。
- 属性
Windows 要求
| 设备系列 | 
							Windows 10 (在 10.0.10240.0 中引入) | 
| API contract | 
							Windows.Foundation.UniversalApiContract (在 v1.0 中引入) |