FormViewInsertEventArgs(Object) 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
初始化 FormViewInsertEventArgs 類別的新執行個體。
public:
FormViewInsertEventArgs(System::Object ^ commandArgument);
public FormViewInsertEventArgs (object commandArgument);
new System.Web.UI.WebControls.FormViewInsertEventArgs : obj -> System.Web.UI.WebControls.FormViewInsertEventArgs
Public Sub New (commandArgument As Object)
參數
備註
使用此建構函式來初始化 類別的新實例 FormViewInsertEventArgs 。
下表顯示 類別實例 FormViewInsertEventArgs 的初始屬性值。
屬性 | 初始值 |
---|---|
CommandArgument | commandArgument 參數的值。 |
注意
這個建構函式主要是由控制項開發人員在引發事件時使用。