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

In This Topic
    GestureNotify Event
    In This Topic
    Syntax
    'Declaration
     
    Public Event GestureNotify As EventHandler(Of GestureNotifyEventArgs)
    public event EventHandler<GestureNotifyEventArgs> GestureNotify
    Event Data

    The event handler receives an argument of type GestureNotifyEventArgs containing data related to this event. The following GestureNotifyEventArgs properties provide information specific to this event.

    PropertyDescription
    The gesture location  
    The gesture target window  
    See Also