共用方式為


TextualExpressionEditor.OnGlobalIntellisenseCommandCanExecute 方法

定義

表示將處理 On Global Intellisense Command Can Execute 路由事件的方法。

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

事件資料。

適用於