FormViewInsertEventArgs(Object) 构造函数

定义

初始化 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)

参数

commandArgument
Object

传递给 FormView 控件的可选命令参数。

注解

使用此构造函数初始化类的新实例 FormViewInsertEventArgs

下表显示了类实例 FormViewInsertEventArgs 的初始属性值。

properties 初始值
CommandArgument commandArgument 参数的值。

备注

引发事件时,此构造函数主要由控制开发人员使用。

适用于

另请参阅