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

Syntax

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

Remarks

Operations that can be invoked on documents are defined by the operating system. Typical examples are Open, Edit, and Print.

See Also