ComponentOne DataGrid for WPF and Silverlight
C1.Silverlight.DataGrid Namespace / DataGridGroupingPresenter Class / GroupsChanged Event

In This Topic
    GroupsChanged Event (DataGridGroupingPresenter)
    In This Topic
    Occurs when the groups changed.
    Syntax
    'Declaration
     
    
    Public Event GroupsChanged As RoutedEventHandler
    public event RoutedEventHandler GroupsChanged
    Event Data

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

    PropertyDescription
     
    See Also