MenuCommand::Invoke Method (Object^)
.NET Framework (current version)
Invokes the command with the given parameter.
Assembly: System (in System.dll)
Parameters
- arg
-
Type:
System::Object^
An optional argument for use by the command.
Notes to Inheritors:
The default implementation of this method ignores arg, but deriving classes may override this method and use it.
.NET Framework
Available since 2.0
Available since 2.0
Show: