Udostępnij za pośrednictwem


DataMenuCommand.Invoke Method

Definition

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.

Applies to