Click or drag to resize
BCExtensionBeforeInvoke Event
Occurs when a shell command is being invoked for a document.

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 event EventHandler<CancelInvokeEventArgs> BeforeInvoke

Value

Type: SystemEventHandlerCancelInvokeEventArgs
Remarks
Operations that can be invoked on documents are defined by the operating system. Typical examples are Open, Edit, and Print.
See Also