BaseImageCellEditingCellValueChanged Property
Gets or sets a value indicating whether the value of the cell has changed
Namespace: EWSoftware.ListControls.DataGridViewControlsAssembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2023.4.9.0
public bool EditingCellValueChanged { get; set; }
Public Property EditingCellValueChanged As Boolean
Get
Set
public:
virtual property bool EditingCellValueChanged {
bool get () sealed;
void set (bool value) sealed;
}
abstract EditingCellValueChanged : bool with get, set
override EditingCellValueChanged : bool with get, set
BooleanIDataGridViewEditingCellEditingCellValueChanged