CancelHybridDocumentEventArgs Constructor (HybridActionKind, String, Boolean) | 
  
    Namespace: 
   BlueCieloECM.InnoCielo.Meridian.Design
    Assembly:
   BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 4.0.0.0 (4.0.111.0)
Syntaxpublic CancelHybridDocumentEventArgs(
	HybridActionKind action,
	string partName,
	bool cancel
)
Public Sub New ( 
	action As HybridActionKind,
	partName As String,
	cancel As Boolean
)
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. - cancel
 - Type: SystemBoolean
            A value indicating whether the operation should be canceled.
             
See Also