DataGrid.BeginInit Método
Definição
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.