TextualExpressionEditor.OnIncreaseFilterLevelCommandCanExecute 方法

定义

表示将处理 On Increase Filter Level Command Can Execute 路由事件的方法。

public:
 virtual void OnIncreaseFilterLevelCommandCanExecute(System::Windows::Input::CanExecuteRoutedEventArgs ^ e);
public virtual void OnIncreaseFilterLevelCommandCanExecute (System.Windows.Input.CanExecuteRoutedEventArgs e);
abstract member OnIncreaseFilterLevelCommandCanExecute : System.Windows.Input.CanExecuteRoutedEventArgs -> unit
override this.OnIncreaseFilterLevelCommandCanExecute : System.Windows.Input.CanExecuteRoutedEventArgs -> unit
Public Overridable Sub OnIncreaseFilterLevelCommandCanExecute (e As CanExecuteRoutedEventArgs)

参数

e
CanExecuteRoutedEventArgs

事件数据。

适用于