DataGridHyperlinkColumn.PrepareCellForEdit Método

Definición

Se llama a este método cuando una celda de la columna entra en modo de edición.

protected:
 override System::Object ^ PrepareCellForEdit(System::Windows::FrameworkElement ^ editingElement, System::Windows::RoutedEventArgs ^ editingEventArgs);
protected override object PrepareCellForEdit (System.Windows.FrameworkElement editingElement, System.Windows.RoutedEventArgs editingEventArgs);
override this.PrepareCellForEdit : System.Windows.FrameworkElement * System.Windows.RoutedEventArgs -> obj
Protected Overrides Function PrepareCellForEdit (editingElement As FrameworkElement, editingEventArgs As RoutedEventArgs) As Object

Parámetros

editingElement
FrameworkElement

Elemento que la columna muestra para una celda en modo de edición.

editingEventArgs
RoutedEventArgs

Información sobre el gesto del usuario que hace que la celda entre en modo de edición.

Devoluciones

Valor no editado de la celda.

Se aplica a