Skip to main content

EditValuesContainer.PropertyChanged Event

For internal use.

Namespace: DevExpress.Mobile.DataGrid

Assembly: DevExpress.Mobile.Grid.v18.2.dll

#Declaration

public event PropertyChangedEventHandler PropertyChanged

#Event Data

The PropertyChanged event's data class is PropertyChangedEventArgs. The following properties provide information specific to this event:

Property Description
PropertyName Gets the name of the property that changed.

#Remarks

Important

This documentation topic describes legacy technology. We no longer develop new functionality for the GridControl and suggest that you use the new DataGridView control instead.

See Also