DataViewSelectionMenuCommand.Invoke(Object) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.