TextualExpressionEditor.OnCompleteWordCommandExecute Method

Definition

Represents the method that will handle the On Complete Word Command Execute routed events.

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

Parameters

e
ExecutedRoutedEventArgs

The event data.

Applies to