Click or drag to resize
CancelRenameEventArgs Constructor (BCRepositoryObject, String, Boolean)
Initializes a new instance of the CancelRenameEventArgs 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 CancelRenameEventArgs(
	BCRepositoryObject currentObject,
	string newDisplayName,
	bool cancel
)

Parameters

currentObject
Type: BlueCieloECM.InnoCielo.Meridian.ServerBCRepositoryObject
The object the event is raised for.
newDisplayName
Type: SystemString
The new display name of the object.
cancel
Type: SystemBoolean
A value indicating whether the operation should be canceled.
See Also