Namespace: MPM.PDAG
Assembly: MPM.PDAG (in MPM.PDAG.dll) Version: 1.0.4428.15748

Syntax

C#
public event EventHandler OnCancelled
Visual Basic
Public Event OnCancelled As EventHandler
Visual C++
public:
virtual  event EventHandler^ OnCancelled {
	void add (EventHandler^ value);
	void remove (EventHandler^ value);
}

Implements

IGraphExecutive..::..OnCancelled

See Also