BCExtensionAfterInvoke Event |
Occurs when a shell command has been invoked for a document.
Namespace: BlueCieloECM.InnoCielo.Meridian.DesignAssembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 4.0.0.0 (4.0.19.0)
Syntax public event EventHandler<CurrentObjectEventArgs> AfterInvoke
Public Event AfterInvoke As EventHandler(Of CurrentObjectEventArgs)
public:
event EventHandler<CurrentObjectEventArgs^>^ AfterInvoke {
void add (EventHandler<CurrentObjectEventArgs^>^ value);
void remove (EventHandler<CurrentObjectEventArgs^>^ value);
}
member AfterInvoke : IEvent<EventHandler<CurrentObjectEventArgs>,
CurrentObjectEventArgs>
Value
Type:
SystemEventHandlerCurrentObjectEventArgsRemarks
Depending on the type of operation, can occur before the actual
operation has completed, since the invoked operation runs asynchronously.
See Also