DataGridBeginningEditEventArgs Class

Definition

Provides data for the BeginningEdit event.

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

Constructors

DataGridBeginningEditEventArgs(DataGridColumn, DataGridRow, RoutedEventArgs)

Initializes a new instance of the DataGridBeginningEditEventArgs class.

Properties

Column

Gets the column that contains the cell to be edited.

EditingEventArgs

Gets information about the user gesture that caused the cell to enter edit mode.

Row

Gets the row that contains the cell to be edited.

Applies to