Pegasus Class Library Help
Represents the method that will handle the PenDown, PenUp, or PenMove event of a Pen device.

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

Syntax

C#
public delegate void PenEventDelegate(
	Object source,
	PenEventArgs e
)
Visual Basic (Declaration)
Public Delegate Sub PenEventDelegate ( _
	source As Object, _
	e As PenEventArgs _
)
Visual C++
public delegate void PenEventDelegate(
	Object^ source, 
	PenEventArgs^ e
)

See Also