Initializes a new instance of the CancelWizardLoadEventArgs class.

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 CancelWizardLoadEventArgs(
	BCRepositoryObject currentObject,
	BCFolder parent,
	bool calculateDisplayName,
	bool calculateLocation
)
Visual Basic
Public Sub New ( _
	currentObject As BCRepositoryObject, _
	parent As BCFolder, _
	calculateDisplayName As Boolean, _
	calculateLocation As Boolean _
)
Visual C++
public:
CancelWizardLoadEventArgs(
	BCRepositoryObject^ currentObject, 
	BCFolder^ parent, 
	bool calculateDisplayName, 
	bool calculateLocation
)

Parameters

currentObject
Type: BlueCieloECM.InnoCielo.Meridian.Server..::..BCRepositoryObject
The object the event is raised for.
parent
Type: BlueCieloECM.InnoCielo.Meridian.Server..::..BCFolder
The parent folder for the object.
calculateDisplayName
Type: System..::..Boolean
A value indicating whether to raise CalculateDisplayName event.
calculateLocation
Type: System..::..Boolean
A value indicating whether to raise CalculateLocation event.

See Also