다음을 통해 공유


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

이벤트 데이터입니다.

적용 대상