DataGridView.ISupportInitialize.BeginInit Method

Definition

For a description of this member, see BeginInit().

 virtual void System.ComponentModel.ISupportInitialize.BeginInit() = System::ComponentModel::ISupportInitialize::BeginInit;
void ISupportInitialize.BeginInit ();
abstract member System.ComponentModel.ISupportInitialize.BeginInit : unit -> unit
override this.System.ComponentModel.ISupportInitialize.BeginInit : unit -> unit
Sub BeginInit () Implements ISupportInitialize.BeginInit

Implements

Exceptions

This method has already been called for this control.

Remarks

This member is an explicit interface member implementation. It can be used only when the DataGridView instance is cast to an ISupportInitialize instance.

Applies to

See also