Поделиться через


DragStartingEventArgs.Handled Свойство

Определение

Внимание!

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

Возвращает или задает значение, указывающее, обрабатывал ли обработчик событий событие или следует ли .NET MAUI продолжать собственную обработку.

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

Значение свойства

Атрибуты

Применяется к