DataGridPreparingCellForEditEventArgs Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET