Pegasus Class Library Help
Occurs when a Pen device is connected to the computer.

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

Syntax

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

See Also