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

イベントのデータ。

適用対象