Freigeben über


DragStartingEventArgs.Handled Eigenschaft

Definition

Achtung

Use PlatformArgs to handle customization. On Windows, set the PlatformArgs.Handled property to true if changing DragStartingEventArgs.

Ruft einen Wert ab, der angibt, ob der Ereignishandler das Ereignis behandelt hat oder ob .NET MAUI seine eigene Verarbeitung fortsetzen soll, oder legt diesen fest.

public:
 property bool Handled { bool get(); void set(bool value); };
[System.Obsolete("Use PlatformArgs to handle customization. On Windows, set the PlatformArgs.Handled property to true if changing DragStartingEventArgs.")]
public bool Handled { get; set; }
[<System.Obsolete("Use PlatformArgs to handle customization. On Windows, set the PlatformArgs.Handled property to true if changing DragStartingEventArgs.")>]
member this.Handled : bool with get, set
Public Property Handled As Boolean

Eigenschaftswert

Attribute

Gilt für: