Pegasus Class Library Help
Occurs when the Pen device is disconnected from the computer.

Namespace:  Pegasus.Components
Assembly:  PegasusClassLibrary (in PegasusClassLibrary.dll) Version: 4.0.0.0 (4.0.12.0)

Syntax

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

See Also