Share via


DataViewSelectionMenuCommand.Invoke(Object) Method

Definition

Invokes the command with the specified arguments for each node in the selection corresponding to one data connection.

public:
 override void Invoke(System::Object ^ arg);
public override void Invoke (object arg);
override this.Invoke : obj -> unit
Public Overrides Sub Invoke (arg As Object)

Parameters

arg
Object

Arguments for the command to be invoked.

Applies to