ezLCD SDK Documentation

ISupportTouchScreen.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]
MustOverride Event EventHandler<TEventArgs> As EventHandler<TEventArgs> 
[C#]
abstract event EventHandler<TEventArgs> EventHandler<TEventArgs>;
[C++]
abstract __event EventHandler<TEventArgs>* EventHandler<TEventArgs>;

[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