TextualExpressionEditor.OnGlobalIntellisenseCommandCanExecute 方法

定义

表示将处理 On Global Intellisense 命令可以执行路由事件的方法。

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

参数

e
CanExecuteRoutedEventArgs

事件数据。

适用于