C1.Silverlight.DataGrid Namespace > C1DataGrid Class : GroupChanging Event |
'Declaration
Public Event GroupChanging As System.EventHandler(Of DataGridGroupChangingEventArgs)
public event System.EventHandler<DataGridGroupChangingEventArgs> GroupChanging
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.
Property | Description |
---|---|
Cancel | (Inherited from C1.Silverlight.CancelEventArgs) |
ChangingColumns | Gets the columns will be grouped if this event is not cancelled. |
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