Gets the command that raises the event.

Namespace: BlueCieloECM.InnoCielo.Meridian.Design
Assembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 1.4.0.0 (1.4.40.0)

Syntax

C#
public BCExtensionCommandItem Command { get; private set; }
Visual Basic
Public Property Command As BCExtensionCommandItem
	Get
	Private Set
Visual C++
public:
property BCExtensionCommandItem^ Command {
	BCExtensionCommandItem^ get ();
	private: void set (BCExtensionCommandItem^ value);
}

See Also