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

事件的資料。

適用於