Click or drag to resize

CancelAssignRolesCloseEventArgs Constructor (BCRepositoryObject, Boolean, Boolean)

Initializes a new instance of the CancelAssignRolesCloseEventArgs 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 CancelAssignRolesCloseEventArgs(
	BCRepositoryObject currentObject,
	bool canceled,
	bool cancel
)

Parameters

currentObject
Type: BlueCieloECM.InnoCielo.Meridian.ServerBCRepositoryObject
The object the event is raised for.
canceled
Type: SystemBoolean
A value indicating whether the user confirmed the dialog operation.
cancel
Type: SystemBoolean
A value indicating whether the operation should be canceled.
See Also