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

이벤트 데이터입니다.

적용 대상