Compartir a través de


DragStartingEventArgs.Handled Propiedad

Definición

Precaución

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

Obtiene o establece un valor que indica si el controlador de eventos ha controlado el evento o si .NET MAUI debe continuar su propio procesamiento.

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

Valor de propiedad

Atributos

Se aplica a