TextualExpressionEditor.OnGlobalIntellisenseCommandExecute 方法       
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
表示将处理 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)
	参数
事件数据。