IElementHandler.Invoke(String, Object) Method

Definition

Invokes the specified command on the element with the given arguments.

public void Invoke (string command, object? args = default);
abstract member Invoke : string * obj -> unit
Public Sub Invoke (command As String, Optional args As Object = Nothing)

Parameters

command
String

The name of the command to invoke.

args
Object

Optional arguments to pass to the command.

Applies to