DragItemsCompletedEventArgs Class

Definition

Provides event data for the DragItemsCompleted event.

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

Properties

DropResult

Gets a value that indicates what operation was performed on the dragged data, and whether it was successful.

Items

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

Applies to