Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot Namespace / ViewportLayout Class / OnMultiTouchClick Method
The source of the event.
The event data

In This Topic
    OnMultiTouchClick Method
    In This Topic
    Occurs every MultiTouchClick event.
    Syntax
    'Declaration
     
    Protected Friend Overridable Sub OnMultiTouchClick( _
       ByVal sender As Object, _
       ByVal e As MouseEventArgs _
    ) 
    protected internal virtual void OnMultiTouchClick( 
       object sender,
       MouseEventArgs e
    )

    Parameters

    sender
    The source of the event.
    e
    The event data
    See Also