IWpfTableControl2.GroupingsChanged Event
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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 EventHandler GroupingsChanged;
member this.GroupingsChanged : EventHandler
Event GroupingsChanged As EventHandler
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.