다음을 통해 공유


TextualExpressionEditor.OnQuickInfoCommandExecute 메서드

정의

On Quick Info Command Execute 라우트된 이벤트를 처리할 메서드를 나타냅니다.

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

매개 변수

e
ExecutedRoutedEventArgs

이벤트 데이터입니다.

적용 대상