다음을 통해 공유


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

속성 값

적용 대상