ObjectDataSource.Inserted 事件
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
發生於 Insert() 作業已經完成時。
public:
event System::Web::UI::WebControls::ObjectDataSourceStatusEventHandler ^ Inserted;
public event System.Web.UI.WebControls.ObjectDataSourceStatusEventHandler Inserted;
member this.Inserted : System.Web.UI.WebControls.ObjectDataSourceStatusEventHandler
Public Custom Event Inserted As ObjectDataSourceStatusEventHandler
事件類型
備註
Inserted處理 事件以檢查傳回值或輸出參數的值,或判斷作業完成之後Insert是否擲回例外狀況。 傳回值、輸出參數和例外狀況處理屬性可從與事件相關聯的物件取得 ObjectDataSourceStatusEventArgs 。
如需如何處理事件的詳細資訊,請參閱 處理和引發事件。