Sdílet prostřednictvím


DragStartingEventArgs.Handled Vlastnost

Definice

Upozornění

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

Získá nebo nastaví hodnotu, která označuje, zda obslužná rutina události zpracovávala událost nebo zda .NET MAUI by měl pokračovat ve svém vlastním zpracování.

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

Hodnota vlastnosti

Atributy

Platí pro