TextualExpressionEditor.OnGlobalIntellisenseCommandCanExecute(CanExecuteRoutedEventArgs) Método
Definição
Representa o método que tratará os eventos roteados de “On Global Intellisense Command Can Execute”.Represents the method that will handle the On Global Intellisense Command Can Execute routed events.
public:
virtual void OnGlobalIntellisenseCommandCanExecute(System::Windows::Input::CanExecuteRoutedEventArgs ^ e);
public virtual void OnGlobalIntellisenseCommandCanExecute (System.Windows.Input.CanExecuteRoutedEventArgs e);
abstract member OnGlobalIntellisenseCommandCanExecute : System.Windows.Input.CanExecuteRoutedEventArgs -> unit
override this.OnGlobalIntellisenseCommandCanExecute : System.Windows.Input.CanExecuteRoutedEventArgs -> unit
Public Overridable Sub OnGlobalIntellisenseCommandCanExecute (e As CanExecuteRoutedEventArgs)
Parâmetros
Os dados do evento.The event data.