DataGrid.OnCanExecuteCopy(CanExecuteRoutedEventArgs) Méthode

Définition

Permet la gestion de l'événement CanExecute associé à la commande Copy.

protected:
 virtual void OnCanExecuteCopy(System::Windows::Input::CanExecuteRoutedEventArgs ^ args);
protected virtual void OnCanExecuteCopy (System.Windows.Input.CanExecuteRoutedEventArgs args);
abstract member OnCanExecuteCopy : System.Windows.Input.CanExecuteRoutedEventArgs -> unit
override this.OnCanExecuteCopy : System.Windows.Input.CanExecuteRoutedEventArgs -> unit
Protected Overridable Sub OnCanExecuteCopy (args As CanExecuteRoutedEventArgs)

Paramètres

args
CanExecuteRoutedEventArgs

Données de l'événement.

S’applique à