| CancelLocationCalculateEventArgs Constructor (BCRepositoryObject, String) |
Namespace: BlueCieloECM.InnoCielo.Meridian.DesignAssembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 4.0.0.0 (4.0.19.0)
Syntaxpublic CancelLocationCalculateEventArgs(
BCRepositoryObject currentObject,
string location
)
Public Sub New (
currentObject As BCRepositoryObject,
location As String
)
public:
CancelLocationCalculateEventArgs(
BCRepositoryObject^ currentObject,
String^ location
)
new :
currentObject : BCRepositoryObject *
location : string -> CancelLocationCalculateEventArgsParameters
- currentObject
- Type: BlueCieloECM.InnoCielo.Meridian.ServerBCRepositoryObject
The object the event is raised for. - location
- Type: SystemString
The location of the parent folder of the object.
See Also