RadControls for WPF

Contains state information and event data associated with a cancelable group row event.

Namespace: Telerik.Windows.Controls.GridView
Assembly: Telerik.Windows.Controls.GridView (in Telerik.Windows.Controls.GridView.dll) Version: 2013.1.403.40

Syntax

C#
public class GroupRowCancelEventArgs : GroupRowEventArgs
Visual Basic
Public Class GroupRowCancelEventArgs _
	Inherits GroupRowEventArgs

Inheritance Hierarchy

System..::..Object
  System..::..EventArgs
    System.Windows..::..RoutedEventArgs
      Telerik.Windows..::..RadRoutedEventArgs
        Telerik.Windows.Controls.GridView..::..GroupRowEventArgs
          Telerik.Windows.Controls.GridView..::..GroupRowCancelEventArgs

See Also