Click or drag to resize
CancelCommandItemEventArgs Constructor (BCRepositoryObject, IBCExtensionHost, BCExtensionCommandItem, Boolean)
Initializes a new instance of the CancelCommandItemEventArgs class.

Namespace: BlueCieloECM.InnoCielo.Meridian.Design
Assembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 4.0.0.0 (4.0.19.0)
Syntax
public CancelCommandItemEventArgs(
	BCRepositoryObject currentObject,
	IBCExtensionHost host,
	BCExtensionCommandItem command,
	bool cancel
)

Parameters

currentObject
Type: BlueCieloECM.InnoCielo.Meridian.ServerBCRepositoryObject
The object the event is raised for.
host
Type: BlueCieloECM.InnoCielo.Meridian.ExtensionsIBCExtensionHost
The reference to the host application.
command
Type: BlueCieloECM.InnoCielo.Meridian.DesignBCExtensionCommandItem
The command that raises the event.
cancel
Type: SystemBoolean
A value indicating whether the operation should be canceled.
See Also