TextualExpressionEditor.OnParameterInfoCommandExecute Method

Definition

Represents the method that will handle the On Parameter Info Command Execute routed events.

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

Parameters

e
ExecutedRoutedEventArgs

The event data.

Applies to