ComponentOne DataGrid for WPF and Silverlight
GroupsChanged Event (DataGridGroupingPresenter)

C1.WPF.DataGrid Namespace > DataGridGroupingPresenter Class : GroupsChanged Event
Occurs when the groups changed.
Syntax
'Declaration
 
Public Event GroupsChanged As System.Windows.RoutedEventHandler
public event System.Windows.RoutedEventHandler GroupsChanged
Event Data

The event handler receives an argument of type System.Windows.RoutedEventArgs containing data related to this event. The following RoutedEventArgs properties provide information specific to this event.

PropertyDescription
Gets a reference to the object that raised the event.  
See Also