HandledEventArgs.Handled 屬性

定義

取得或設定一個值,指示事件處理器是否已完全處理事件,或系統是否應該繼續自身處理。

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

屬性值

true如果事件已完全處理;否則,。 false

適用於