| BCEdmItemsUIInvokeCommand Method (IWin32Window, ItemCommand, IEnumerableObject) |
Invokes the command with the specified arguments.
Namespace: BlueCieloECM.InnoCielo.Meridian.ClientAssembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 4.0.0.0 (4.0.19.0)
Syntaxpublic void InvokeCommand(
IWin32Window owner,
ItemCommand command,
IEnumerable<Object> args
)
Public Sub InvokeCommand (
owner As IWin32Window,
command As ItemCommand,
args As IEnumerable(Of Object)
)
public:
void InvokeCommand(
IWin32Window^ owner,
ItemCommand command,
IEnumerable<Object^>^ args
)
member InvokeCommand :
owner : IWin32Window *
command : ItemCommand *
args : IEnumerable<Object> -> unit
Parameters
- owner
- Type: System.Windows.FormsIWin32Window
Any object that implements the IWin32Window interface
that represents the top-level window that will own the modal dialog box.
- command
- Type: BlueCieloECM.InnoCielo.Meridian.ClientItemCommand
The command to invoke.
- args
- Type: System.Collections.GenericIEnumerableObject
The collection of arguments for the command.
See Also