DataGrid.BeginInit Método

Definição

Começa a inicialização de um DataGrid usado em um formulário ou por outro componente.Begins the initialization of a DataGrid that is used on a form or used by another component. A inicialização ocorre no tempo de execução.The initialization occurs at run time.

public:
 virtual void BeginInit();
public void BeginInit ();
abstract member BeginInit : unit -> unit
override this.BeginInit : unit -> unit
Public Sub BeginInit ()

Implementações

Comentários

O ambiente de design do Visual Studio usa esse método para iniciar a inicialização de um componente que é usado em um formulário ou usado por outro componente.The Visual Studio design environment uses this method to start the initialization of a component that is used on a form or used by another component. O EndInit método encerra a inicialização.The EndInit method ends the initialization. O uso BeginInit dos EndInit métodos e impede que o controle seja usado antes de ser totalmente inicializado.Using the BeginInit and EndInit methods prevents the control from being used before it is fully initialized.

Aplica-se a

Confira também