DataGrid.OnCanExecuteCopy(CanExecuteRoutedEventArgs) Method

Definition

Provides handling for the CanExecute event associated with the Copy command.

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)

Parameters

args
CanExecuteRoutedEventArgs

The data for the event.

Applies to