Invokes the command.
Namespace: BlueCieloECM.InnoCielo.Meridian.ClientAssembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 1.4.0.0 (1.4.53.0)
Syntax
public void InvokeCommand( IWin32Window owner, ItemCommand command )
Parameters
- owner
- Type:
System.Windows.Forms IWin32Window
Any object that implements theIWin32Window interface that represents the top-level window that will own the modal dialog box.
- command
- Type: BlueCieloECM.InnoCielo.Meridian.Client ItemCommand
The command to invoke.
See Also