RadControls for WPF

Represents data for the CurrentCellChangedEvent.

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

Syntax

C#
public class GridViewCurrentCellChangedEventArgs : RadRoutedEventArgs
Visual Basic
Public Class GridViewCurrentCellChangedEventArgs _
	Inherits RadRoutedEventArgs

Inheritance Hierarchy

System..::..Object
  System..::..EventArgs
    System.Windows..::..RoutedEventArgs
      Telerik.Windows..::..RadRoutedEventArgs
        Telerik.Windows.Controls..::..GridViewCurrentCellChangedEventArgs

See Also