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에서 도입되었습니다.)

적용 대상