Skip to main content
A newer version of this page is available. .

PropertyGridControl.CellValueChanging Event

Fires in response to changing the edit value.

Namespace: DevExpress.Xpf.PropertyGrid

Assembly: DevExpress.Xpf.PropertyGrid.v18.2.dll

Declaration

public event CellValueChangingEventHandler CellValueChanging

Event Data

The CellValueChanging event's data class is DevExpress.Xpf.PropertyGrid.CellValueChangingEventArgs.

Remarks

The CellValueChanging event is raised each time before the edited value is about to be changed (an end-user types or deletes a character, chooses a value from the dropdown list, etc.).

The CellValueChanging event doesn’t fire when changing cell values in code. Handle this event if you need to provide an immediate response to end-user actions.

See Also