DataGridBeginningEditEventArgs 构造函数
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
初始化 DataGridBeginningEditEventArgs 类的新实例。
public:
DataGridBeginningEditEventArgs(System::Windows::Controls::DataGridColumn ^ column, System::Windows::Controls::DataGridRow ^ row, System::Windows::RoutedEventArgs ^ editingEventArgs);
public DataGridBeginningEditEventArgs (System.Windows.Controls.DataGridColumn column, System.Windows.Controls.DataGridRow row, System.Windows.RoutedEventArgs editingEventArgs);
new System.Windows.Controls.DataGridBeginningEditEventArgs : System.Windows.Controls.DataGridColumn * System.Windows.Controls.DataGridRow * System.Windows.RoutedEventArgs -> System.Windows.Controls.DataGridBeginningEditEventArgs
Public Sub New (column As DataGridColumn, row As DataGridRow, editingEventArgs As RoutedEventArgs)
参数
- column
- DataGridColumn
包含要编辑的单元格的列。
- row
- DataGridRow
包含要编辑的单元格的行。
- editingEventArgs
- RoutedEventArgs
有关导致单元格进入编辑模式的用户笔势的信息。