Click or drag to resize

BCExtensionCommand Constructor (String, Icon, EventHandler<CommandEventArgs>)

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: System.String
The caption of the menu item that invokes the command.
icon
Type: System.Drawing.Icon
The icon to display on the menu item.
onExecute
Type: System.EventHandler<CommandEventArgs>
The EventHandler<TEventArgs> that handles the Execute event for the command.
See Also