ComponentOne SuperTooltip for WinForms
C1.Win.6 Assembly / C1.Win.Touch Namespace / TouchProcessor Class / Touch Event

In This Topic
    Touch Event
    In This Topic
    Occurs before processing any manipulations from touch device.
    Syntax
    'Declaration
     
    Public Event Touch As System.EventHandler(Of TouchEventArgs)
    public event System.EventHandler<TouchEventArgs> Touch
    See Also