DataGridCellEditEndedEventArgs Class

Definition

Provides information just after a cell has exited editing mode.

public class DataGridCellEditEndedEventArgs : EventArgs
type DataGridCellEditEndedEventArgs = class
    inherit EventArgs
Public Class DataGridCellEditEndedEventArgs
Inherits EventArgs
Inheritance
DataGridCellEditEndedEventArgs

Constructors

DataGridCellEditEndedEventArgs(DataGridColumn, DataGridRow, DataGridEditAction)

Initializes a new instance of the DataGridCellEditEndedEventArgs class.

Properties

Column

Gets the column of the cell that has just exited edit mode.

EditAction

Gets the edit action taken when leaving edit mode.

Row

Gets the row container of the cell container that has just exited edit mode.

Applies to