DataGridHyperlinkColumn.PrepareCellForEdit Méthode

Définition

Appelé lorsqu’une cellule de la colonne entre en mode édition.

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

Paramètres

editingElement
FrameworkElement

Élément affiché par la colonne pour une cellule en mode édition.

editingEventArgs
RoutedEventArgs

Informations sur le mouvement utilisateur qui provoque l’entrée d’une cellule en mode d’édition.

Retours

Valeur non modifiée de la cellule.

S’applique à