Click or drag to resize

BCExtensionCommand Constructor (String, Icon, EventHandlerCommandEventArgs)

Initializes a new instance of the BCExtensionCommand class.

Namespace:  BlueCieloECM.InnoCielo.Meridian.Design
Assembly:  BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 4.0.0.0 (4.0.111.0)
Syntax
public BCExtensionCommand(
	string caption,
	Icon icon,
	EventHandler<CommandEventArgs> onExecute
)

Parameters

caption
Type: SystemString
The caption of the menu item that invokes the command.
icon
Type: System.DrawingIcon
The icon to display on the menu item.
onExecute
Type: SystemEventHandlerCommandEventArgs
The EventHandlerTEventArgs that handles the Execute event for the command.
See Also