DataGrid.OnCanExecuteCopy(CanExecuteRoutedEventArgs) 方法

定义

为与 CanExecute 命令关联的 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)

参数

args
CanExecuteRoutedEventArgs

事件的数据。

适用于