DataGridViewBand.OnDataGridViewChanged Method

Definition

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 ()

Notes to Inheritors

When overriding OnDataGridViewChanged() in a derived class, be sure to call the base class's OnDataGridViewChanged() method.

Applies to

See also