ClassGridViewPreparingCellForEditEventArgs
Contains data needed to handle the PreparingCellForEdit event.
Definition
Namespace:Telerik.Windows.Controls
Assembly:Telerik.Windows.Controls.GridView.dll
Syntax:
public class GridViewPreparingCellForEditEventArgs : CancelEventArgs
Inheritance: objectEventArgsCancelEventArgsGridViewPreparingCellForEditEventArgs
Inherited Members
Constructors
GridViewPreparingCellForEditEventArgs(GridViewColumn, GridViewRowItem, FrameworkElement, RoutedEventArgs)
Initializes a new instance of the GridViewPreparingCellForEditEventArgs class.
Declaration
public GridViewPreparingCellForEditEventArgs(GridViewColumn dataColumn, GridViewRowItem gridViewRow, FrameworkElement editor, RoutedEventArgs editEventArgs)
Parameters
dataColumn
The column.
gridViewRow
The row.
editor
FrameworkElement
The editing element.
editEventArgs
RoutedEventArgs
The RoutedEventArgs instance containing the event data.
Properties
Column
Gets the column.
Declaration
public GridViewColumn Column { get; }
Property Value
The column.
EditingElement
Gets the editing element.
Declaration
public FrameworkElement EditingElement { get; }
Property Value
FrameworkElement
The editing element.
EditingEventArgs
Gets the editing event args.
Declaration
public RoutedEventArgs EditingEventArgs { get; }
Property Value
RoutedEventArgs
The editing event args.
Row
Gets the row.
Declaration
public GridViewRowItem Row { get; }
Property Value
The row.