Pegasus Class Library Help
Occurs when the sygnal received by the receiver unit from the pen is Low.

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

Syntax

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

See Also