ezLCD SDK Documentation

EZLCD004.EventHandler<TEventArgs> Event

 [This is preliminary documentation and subject to change.]

Fired when the pen is dragged across the screen either from one pixel to another, or from one region to another.

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

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

Implements

ISupportTouchScreen.

See Also

EZLCD004 Class | EZLCD.SDK Namespace