次の方法で共有


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

プロパティ値

属性

適用対象