DataGridViewBand.OnDataGridViewChanged Método
Definición
Se llama cuando la banda está asociada a un DataGridView diferente.Called when the band is associated with a different DataGridView.
protected:
override void OnDataGridViewChanged();
protected override void OnDataGridViewChanged ();
override this.OnDataGridViewChanged : unit -> unit
Protected Overrides Sub OnDataGridViewChanged ()
Notas a los desarrolladores de herederos
Al reemplazar OnDataGridViewChanged() en una clase derivada, asegúrese de llamar al método de OnDataGridViewChanged() la clase base.When overriding OnDataGridViewChanged() in a derived class, be sure to call the base class's OnDataGridViewChanged() method.