ClassGridViewCellEditEndedEventArgs
Class
Contains info needed to handle CellEditEndedEvent.
Definition
Namespace:Telerik.Windows.Controls
Assembly:Telerik.Windows.Controls.GridView.dll
Syntax:
cs-api-definition
public class GridViewCellEditEndedEventArgs : RadRoutedEventArgs
Inheritance: objectRadRoutedEventArgsGridViewCellEditEndedEventArgs
Constructors
GridViewCellEditEndedEventArgs(GridViewCell, object, object, RoutedEvent)
Initializes a new instance of the GridViewCellEditEndedEventArgs class.
Declaration
cs-api-definition
public GridViewCellEditEndedEventArgs(GridViewCell cell, object newData, object oldData, RoutedEvent routedEvent)
Parameters
cell
The cell.
newData
The new data.
oldData
The old data.
routedEvent
RoutedEvent
The routed event.
Properties
Cell
Gets or sets the edited cell.
Declaration
cs-api-definition
public GridViewCell Cell { get; }
Property Value
The cell.
EditAction
Gets or sets the edit action.
Declaration
cs-api-definition
public GridViewEditAction EditAction { get; }
Property Value
The edit action.
EditingElement
Gets or sets the editor element.
Declaration
cs-api-definition
public object EditingElement { get; }
Property Value
The editor element.
NewData
Gets or sets the new data.