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

適用於