Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.MultiTouch Namespace / Handler Class
Members

In This Topic
    Handler Class
    In This Topic
    Base class for handling Gesture and Touch event
    Syntax
    'Declaration
     
    Public MustInherit Class Handler 
    public abstract class Handler 
    Remarks
    A form can have one handler, either touch handler or gesture handler. The form need to create the handler and register to events. The code is not thread safe, we assume that the calling thread is the UI thread. There is no blocking operation in the code.
    Inheritance Hierarchy

    System.Object
       devDept.Eyeshot.Multitouch.Handler
          devDept.Eyeshot.Multitouch.GestureHandler
          devDept.Eyeshot.Multitouch.TouchHandler

    See Also