GridViewCommandEventArgs.Handled 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定值,指出控制項是否已處理事件。
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
。
備註
將事件處理常式中的這個屬性設定為 true
,以 GridView 指定控制項不應該處理事件,因為您正在程式碼中處理它。