Initializes a new instance of the CancelInheritFromParentEventArgs 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 CancelInheritFromParentEventArgs(
	BCRepositoryObject currentObject,
	bool inheritFromParent,
	bool cancel
)
Visual Basic
Public Sub New ( _
	currentObject As BCRepositoryObject, _
	inheritFromParent As Boolean, _
	cancel As Boolean _
)
Visual C++
public:
CancelInheritFromParentEventArgs(
	BCRepositoryObject^ currentObject, 
	bool inheritFromParent, 
	bool cancel
)

Parameters

currentObject
Type: BlueCieloECM.InnoCielo.Meridian.Server..::..BCRepositoryObject
The object the event is raised for. Can be either BCFolder or BCWorkPackage.
inheritFromParent
Type: System..::..Boolean
A value indicating whether the option is enabled.
cancel
Type: System..::..Boolean
A value indicating whether the operation should be canceled.

See Also