DataGridRowEditEndedEventArgs Class

Definition

Provides information just after a row has exited edit mode.

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

Constructors

DataGridRowEditEndedEventArgs(DataGridRow, DataGridEditAction)

Initializes a new instance of the DataGridRowEditEndedEventArgs class.

Properties

EditAction

Gets the editing action that has been taken.

Row

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

Applies to