Share via


DragItemsStartingEventArgs Klasse

Definition

Stellt Ereignisdaten für das DragItemsStarting-Ereignis bereit .

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
Vererbung
Object Platform::Object IInspectable DragItemsStartingEventArgs
Attribute

Konstruktoren

DragItemsStartingEventArgs()

Initialisiert eine neue instance der DragItemsStartingEventArgs-Klasse.

Eigenschaften

Cancel

Ruft einen Wert ab, der angibt, ob die Elementziehaktion abgebrochen werden soll, oder legt diesen fest.

Data

Ruft die Datennutzlast ab, die einer Ziehaktion für Elemente zugeordnet ist.

Items

Ruft die lose typisierte Auflistung von Objekten ab, die für die Ziehaktion des Elements ausgewählt sind.

Gilt für:

Weitere Informationen