ezLCD SDK Documentation

EZLCD002.EventHandler Event

 [This is preliminary documentation and subject to change.]

Fired when the pen is lifted from the touch screen.

[Visual Basic]
Public Event EventHandler As EventHandler 
[C#]
public event EventHandler EventHandler;
[C++]
public: __event EventHandler* EventHandler;

[JScript] In JScript, you can use the events defined by a type, but you cannot define your own.

Implements

ISupportTouchScreen.

See Also

EZLCD002 Class | EZLCD.SDK Namespace