ComponentOne DataGrid for WPF and Silverlight
C1.Silverlight.DataGrid Namespace / C1DataGrid Class / GroupChanging Event

In This Topic
    GroupChanging Event (C1DataGrid)
    In This Topic
    Occurs before the grouping state of the C1DataGrid is changed.
    Syntax
    'Declaration
     
    
    Public Event GroupChanging As EventHandler(Of DataGridGroupChangingEventArgs)
    Event Data

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

    PropertyDescription
    (Inherited from C1.Silverlight.CancelEventArgs)
    Gets the columns will be grouped if this event is not cancelled.  
    Remarks
    Grouping state changes when user drag a column on the grouping panel or when the GroupBy method is called.
    See Also