次の方法で共有


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

イベントのデータ。

適用対象