ComponentOne DataGrid for WPF and Silverlight
SortMemberPathChanged Event (DataGridColumn)

C1.WPF.DataGrid Namespace > DataGridColumn Class : SortMemberPathChanged Event
Occurs when sort member path is changed.
Syntax
'Declaration
 
Public Event SortMemberPathChanged As System.EventHandler(Of PropertyChangedEventArgs(Of String))
public event System.EventHandler<PropertyChangedEventArgs<string>> SortMemberPathChanged
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