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.
EZLCD004 Class | EZLCD.SDK Namespace