DataGridCellEditEndingEventArgs Class

Definition

Provides information just before a cell exits editing mode.

public class DataGridCellEditEndingEventArgs : System.ComponentModel.CancelEventArgs
type DataGridCellEditEndingEventArgs = class
    inherit CancelEventArgs
Public Class DataGridCellEditEndingEventArgs
Inherits CancelEventArgs
Inheritance
DataGridCellEditEndingEventArgs

Constructors

DataGridCellEditEndingEventArgs(DataGridColumn, DataGridRow, FrameworkElement, DataGridEditAction)

Initializes a new instance of the DataGridCellEditEndingEventArgs class.

Properties

Column

Gets the column of the cell that is about to exit edit mode.

EditAction

Gets the edit action to take when leaving edit mode.

EditingElement

Gets the editing element within the cell.

Row

Gets the row container of the cell container that is about to exit edit mode.

Applies to