Base Image CellEditing Cell Value Changed Property
Gets or sets a value indicating whether the value of the cell has changed
Definition
Namespace: EWSoftware.ListControls.DataGridViewControls
Assembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2024.12.31.0
Assembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2024.12.31.0
C#
public bool EditingCellValueChanged { get; set; }VB
Public Property EditingCellValueChanged As Boolean
Get
SetC++
public:
virtual property bool EditingCellValueChanged {
bool get () sealed;
void set (bool value) sealed;
}F#
abstract EditingCellValueChanged : bool with get, set
override EditingCellValueChanged : bool with get, set