ComponentOne DataGrid for WPF and Silverlight
IsEditingChanged Event (DataGridRow)

C1.WPF.DataGrid Namespace > DataGridRow Class : IsEditingChanged Event
Occurs when the IsEditing value changed.
Syntax
'Declaration
 
Public Event IsEditingChanged As System.EventHandler(Of PropertyChangedEventArgs(Of Boolean))
public event System.EventHandler<PropertyChangedEventArgs<bool>> IsEditingChanged
Event Data

The event handler receives an argument of type C1.WPF.PropertyChangedEventArgs<T> containing data related to this event. The following PropertyChangedEventArgs<T> properties provide information specific to this event.

PropertyDescription
 
 
See Also