RadControls for WPF

Contains data needed to handle the PreparingCellForEdit event.

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

Syntax

C#
public class GridViewPreparingCellForEditEventArgs : CancelEventArgs
Visual Basic
Public Class GridViewPreparingCellForEditEventArgs _
	Inherits CancelEventArgs

Inheritance Hierarchy

System..::..Object
  System..::..EventArgs
    System.ComponentModel..::..CancelEventArgs
      Telerik.Windows.Controls..::..GridViewPreparingCellForEditEventArgs

See Also