Initializes a new instance of the CancelLocationCalculateEventArgs 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 CancelLocationCalculateEventArgs(
	BCRepositoryObject currentObject,
	string location
)
Visual Basic
Public Sub New ( _
	currentObject As BCRepositoryObject, _
	location As String _
)
Visual C++
public:
CancelLocationCalculateEventArgs(
	BCRepositoryObject^ currentObject, 
	String^ location
)

Parameters

currentObject
Type: BlueCieloECM.InnoCielo.Meridian.Server..::..BCRepositoryObject
The object the event is raised for.
location
Type: System..::..String
The location of the parent folder of the object.

See Also