DataGridViewComboBoxCell.OnDataGridViewChanged Method

Definition

Called when the DataGridView property of the cell changes.

protected:
 override void OnDataGridViewChanged();
protected override void OnDataGridViewChanged ();
override this.OnDataGridViewChanged : unit -> unit
Protected Overrides Sub OnDataGridViewChanged ()

Exceptions

The DataSource property is not null and the value of either the DisplayMember property or the ValueMember property is not null or Empty and does not name a valid property or column in the data source.

Applies to

See also