C1.Silverlight.DataGrid Namespace > C1DataGrid Class : GroupChanged Event |
'Declaration
Public Event GroupChanged As System.EventHandler(Of DataGridGroupChangedEventArgs)
public event System.EventHandler<DataGridGroupChangedEventArgs> GroupChanged
The event handler receives an argument of type DataGridGroupChangedEventArgs containing data related to this event. The following DataGridGroupChangedEventArgs properties provide information specific to this event.
Property | Description |
---|---|
NewGroupedColumns | Gets currently grouped columns. |
OldGroupedColumns | Gets previously grouped columns. |
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2