Class GroupRowCancelEventArgs
Contains state information and event data associated with a cancelable group row event.
Inherited Members
Namespace: Telerik.Windows.Controls.GridView
Assembly: Telerik.Windows.Controls.GridView.dll
Syntax
public class GroupRowCancelEventArgs : GroupRowEventArgs
Constructors
GroupRowCancelEventArgs(RoutedEvent, Object, IGroupRow)
Initializes a new instance of the GroupRowCancelEventArgs class.
Declaration
public GroupRowCancelEventArgs(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 |
Properties
Cancel
Gets or sets a value indicating whether the event should be canceled.
Declaration
public bool Cancel { get; set; }
Property Value
System.Boolean
|