DataGridPreparingCellForEditEventArgs Constructor

Definition

Initializes a new instance of the DataGridPreparingCellForEditEventArgs class.

public:
 DataGridPreparingCellForEditEventArgs(System::Windows::Controls::DataGridColumn ^ column, System::Windows::Controls::DataGridRow ^ row, System::Windows::RoutedEventArgs ^ editingEventArgs, System::Windows::FrameworkElement ^ editingElement);
public DataGridPreparingCellForEditEventArgs (System.Windows.Controls.DataGridColumn column, System.Windows.Controls.DataGridRow row, System.Windows.RoutedEventArgs editingEventArgs, System.Windows.FrameworkElement editingElement);
new System.Windows.Controls.DataGridPreparingCellForEditEventArgs : System.Windows.Controls.DataGridColumn * System.Windows.Controls.DataGridRow * System.Windows.RoutedEventArgs * System.Windows.FrameworkElement -> System.Windows.Controls.DataGridPreparingCellForEditEventArgs
Public Sub New (column As DataGridColumn, row As DataGridRow, editingEventArgs As RoutedEventArgs, editingElement As FrameworkElement)

Parameters

column
DataGridColumn

The column that contains the cell to be edited.

row
DataGridRow

The row that contains the cell to be edited.

editingEventArgs
RoutedEventArgs

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

editingElement
FrameworkElement

The element that the column displays for a cell in editing mode.

Applies to

See also