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: 1.4.0.0 (1.4.40.0)

Syntax

C#
public event EventHandler<CurrentObjectEventArgs> AfterInvoke
Visual Basic
Public Event AfterInvoke As EventHandler(Of CurrentObjectEventArgs)
Visual C++
public:
 event EventHandler<CurrentObjectEventArgs^>^ AfterInvoke {
	void add (EventHandler<CurrentObjectEventArgs^>^ value);
	void remove (EventHandler<CurrentObjectEventArgs^>^ value);
}

Remarks

Depending on the type of operation, can occur before the actual operation has completed, since the invoked operation runs asynchronously.

See Also