DropEventArgs.Handled プロパティ

定義

イベント ハンドラーがイベントを処理したかどうか、または .NET MAUI が独自の処理を続行する必要があるかどうかを示す値を取得または設定します。

public:
 property bool Handled { bool get(); void set(bool value); };
public bool Handled { get; set; }
member this.Handled : bool with get, set
Public Property Handled As Boolean

プロパティ値

適用対象