Pegasus Class Library Help

The PegasusPen type exposes the following members.

Events

  NameDescription
Disposed
Occurs when the component is disposed by a call to the Dispose()()() method.
(Inherited from Component.)
OnBatteryStatus
Occurs when there is a change in Battery Status. The Status contains the current Battery Status which can be or Normal.
OnConnect
Occurs when a Pen device is connected to the computer.
OnDisconnect
Occurs when the Pen device is disconnected from the computer.
OnLowSignal
Occurs when the sygnal received by the receiver unit from the pen is Low.
OnPenDown
Occurs when the Pen tip is pressed down. The PenEventArgs contain the x,y point of pressure.
OnPenModeChange
Occurs when pen mode is changed. The Mode contains the current Mode which can be or Pen.
OnPenMove
Occurs when the Pen tip is moved while is pressed. The PenEventArgs contain the x,y point of movement.
OnPenUp
Occurs when the Pen tip is released up. The PenEventArgs contain the x,y point of released.

See Also