Click or drag to resize

CancelHybridDocumentEventArgs Constructor (HybridActionKind, String)

Initializes a new instance of the CancelHybridDocumentEventArgs class.

Namespace:  BlueCieloECM.InnoCielo.Meridian.Design
Assembly:  BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 4.0.0.0 (4.0.111.0)
Syntax
public CancelHybridDocumentEventArgs(
	HybridActionKind action,
	string partName
)

Parameters

action
Type: BlueCieloECM.InnoCielo.Meridian.ClientHybridActionKind
The type of the action.
partName
Type: SystemString
The name of the hybrid part the event is raised for.
See Also