ezLCD SDK Documentation

ISupportTouchScreen.EventHandler Event

 [This is preliminary documentation and subject to change.]

Fired when the pen is lifted from the touch screen.

[Visual Basic]
MustOverride Event EventHandler As EventHandler 
[C#]
abstract event EventHandler EventHandler;
[C++]
abstract __event EventHandler* EventHandler;

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

See Also

ISupportTouchScreen Interface | EZLCD.SDK Namespace