DataGridRowEditEndingEventArgs Class

Definition

Provides information just before a row exits editing mode.

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

Constructors

DataGridRowEditEndingEventArgs(DataGridRow, DataGridEditAction)

Initializes a new instance of the DataGridRowEditEndingEventArgs class.

Properties

EditAction

Gets the editing action that will be taken.

Row

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

Applies to