DataGrid.OnCanExecuteDelete(CanExecuteRoutedEventArgs) 메서드

정의

CanExecute 명령과 연결된 DeleteCommand 이벤트에 대한 처리를 제공합니다.

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

매개 변수

e
CanExecuteRoutedEventArgs

이벤트 데이터입니다.

적용 대상