DragItemsStartingEventArgs Class

Definition

Provides event data for the DragItemsStarting event.

public ref class DragItemsStartingEventArgs sealed
/// [Windows.Foundation.Metadata.Activatable(65536, "Microsoft.UI.Xaml.WinUIContract")]
/// [Windows.Foundation.Metadata.ContractVersion(Microsoft.UI.Xaml.WinUIContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class DragItemsStartingEventArgs final
[Windows.Foundation.Metadata.Activatable(65536, "Microsoft.UI.Xaml.WinUIContract")]
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.UI.Xaml.WinUIContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public sealed class DragItemsStartingEventArgs
Public NotInheritable Class DragItemsStartingEventArgs
Inheritance
Object Platform::Object IInspectable DragItemsStartingEventArgs
Attributes

Constructors

DragItemsStartingEventArgs()

Initializes a new instance of the DragItemsStartingEventArgs class.

Properties

Cancel

Gets or sets a value that indicates whether the item drag action should be canceled.

Data

Gets the data payload associated with an items drag action.

Items

Gets the loosely typed collection of objects that are selected for the item drag action.

Applies to

See also