Class GroupRowEventArgs
Provides basic data for the group row events.
Inherited Members
Namespace: Telerik.Windows.Controls.GridView
Assembly: Telerik.Windows.Controls.GridView.dll
Syntax
public class GroupRowEventArgs : RadRoutedEventArgs
Constructors
GroupRowEventArgs(RoutedEvent, Object, IGroupRow)
Initializes a new instance of the GroupRowEventArgs class.
Declaration
public GroupRowEventArgs(RoutedEvent routedEvent, object source, IGroupRow row)
Parameters
RoutedEvent
routedEvent
The routed event that is raised. |
System.Object
source
The source that has raised the event. |
IGroupRow
row
The current IGroupRow |