DataGridViewComboBoxCell.OnDataGridViewChanged Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Colaborați cu noi pe GitHub
Sursa pentru acest conținut poate fi găsită pe GitHub, unde puteți, de asemenea, să creați și să consultați probleme și solicitări de tragere. Pentru mai multe informații, consultați ghidul nostru pentru colaboratori.