Condividi tramite


DragStartingEventArgs.Handled Proprietà

Definizione

Attenzione

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

Ottiene o imposta un valore che indica se il gestore eventi ha gestito l'evento o se .NET MAUI deve continuare la propria elaborazione.

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

Valore della proprietà

Attributi

Si applica a