다음을 통해 공유


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

속성 값

특성

적용 대상