共用方式為


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

事件資料。

適用於