CommandItemEventArgsCommand Property |
Gets the command that raises the event.
Namespace:
BlueCieloECM.InnoCielo.Meridian.Design
Assembly:
BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 4.0.0.0 (4.0.49.0)
Syntaxpublic BCExtensionCommandItem Command { get; }
Public ReadOnly Property Command As BCExtensionCommandItem
Get
public:
property BCExtensionCommandItem^ Command {
BCExtensionCommandItem^ get ();
}
member Command : BCExtensionCommandItem with get
Property Value
Type:
BCExtensionCommandItem
See Also