RadControls for WPF

Occurs when a cell is prepared for editing.

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

Syntax

C#
public event EventHandler<GridViewPreparingCellForEditEventArgs> PreparedCellForEdit
Visual Basic
Public Event PreparedCellForEdit As EventHandler(Of GridViewPreparingCellForEditEventArgs)

See Also