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: 1.4.0.0 (1.4.53.0)
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);
}
Depending on the type of operation, can occur before the actual
operation has completed, since the invoked operation runs asynchronously.