DataMenuCommand.Invoke 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.
Overloads
Invoke() |
[SECURITY CRITICAL] Invokes the menu command. |
Invoke(Object) |
[SECURITY CRITICAL] Invokes the menu command with the given parameter. |
Invoke()
[SECURITY CRITICAL] Invokes the menu command.
public:
override void Invoke();
public override sealed void Invoke ();
override this.Invoke : unit -> unit
Public Overrides NotOverridable Sub Invoke ()
Applies to
Invoke(Object)
[SECURITY CRITICAL] Invokes the menu command with the given parameter.
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
An optional argument for use by the command.