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

属性值

属性

适用于