Share via


IWpfTableControl2.GroupingsChanged Event

Definition

Raised when there is any grouping changed. This event is always raised on the thread that creatad the table control.

public:
 event EventHandler ^ GroupingsChanged;

Event Type

Remarks

When this event is raised, you can get ColumnStates and then check GroupingPriority (by casting ColumnState to ColumnState2 ) to determine what are the new groupings.

Applies to