DragStartingEventArgs.Handled 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
注意
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
属性值
- 属性