Click or drag to resize

BCExtension.AfterInvoke Event

Occurs when a shell command has been 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.111.0)
Syntax
public event EventHandler<CurrentObjectEventArgs> AfterInvoke

Value

Type: System.EventHandler<CurrentObjectEventArgs>
Remarks
Depending on the type of operation, can occur before the actual operation has completed, since the invoked operation runs asynchronously.
See Also