次の方法で共有


TextualExpressionEditor.OnGlobalIntellisenseCommandExecute メソッド

定義

On Global Intellisense Command Execute ルーティング イベントを処理するメソッドを表します。

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

パラメーター

e
ExecutedRoutedEventArgs

イベントのデータ。

適用対象