DetailsViewInsertEventArgs(Object) Construtor

Definição

Inicializa uma nova instância da classe DetailsViewInsertEventArgs.Initializes a new instance of the DetailsViewInsertEventArgs class.

public:
 DetailsViewInsertEventArgs(System::Object ^ commandArgument);
public DetailsViewInsertEventArgs (object commandArgument);
new System.Web.UI.WebControls.DetailsViewInsertEventArgs : obj -> System.Web.UI.WebControls.DetailsViewInsertEventArgs
Public Sub New (commandArgument As Object)

Parâmetros

commandArgument
Object

Um argumento de comando opcional passado para o controle DetailsView.An optional command argument passed to the DetailsView control.

Comentários

Use este construtor para inicializar uma nova instância da DetailsViewInsertEventArgs classe.Use this constructor to initialize a new instance of the DetailsViewInsertEventArgs class.

A tabela a seguir mostra o valor da propriedade inicial para uma instância da DetailsViewInsertEventArgs classe.The following table shows the initial property value for an instance of the DetailsViewInsertEventArgs class.

PropriedadeProperty Valor inicialInitial Value
CommandArgument O valor do commandArgument parâmetro.The value of the commandArgument parameter.

Observação

Esse construtor é usado principalmente por desenvolvedores de controle ao gerar eventos.This constructor is used primarily by control developers when raising events.

Aplica-se a

Confira também