Share via


DataGridComboBoxColumn.PrepareCellForEdit Metodo

Definizione

Chiamato quando per una cella della colonna viene attivata la modalità di modifica.

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

Parametri

editingElement
FrameworkElement

Elemento visualizzato dalla colonna per una cella in modalità di modifica.

editingEventArgs
RoutedEventArgs

Informazioni sull'azione dell'utente che attiva la modalità di modifica della cella.

Restituisce

Valore non modificato.

Si applica a