DragItemsStartingEventHandler Delegate

Definition

Represents the method that will handle the DragItemsStarting event.

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)

Parameters

sender
Object

Platform::Object

IInspectable

The object where the handler is attached.

e
DragItemsStartingEventArgs

Event data for the event.

Attributes

Windows requirements

Device family
Windows 10 (introduced in 10.0.10240.0)
API contract
Windows.Foundation.UniversalApiContract (introduced in v1.0)

Applies to