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