Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.MultiTouch Namespace / MultiTouchEventHandler Delegate
The source of the event

In This Topic
    MultiTouchEventHandler Delegate
    In This Topic
    Represents the method that will handle the multitouch events.
    Syntax
    'Declaration
     
    Public Delegate Sub MultiTouchEventHandler( _
       ByVal sender As Object, _
       ByVal args As TouchEventArgs _
    ) 
    public delegate void MultiTouchEventHandler( 
       object sender,
       TouchEventArgs args
    )

    Parameters

    sender
    The source of the event
    args
    See Also