TouchToolKit for WinForms | ComponentOne
C1.Win.TouchToolKit Namespace / TappedEventArgs Class
Members Example

In This Topic
    TappedEventArgs Class
    In This Topic
    Provides data for Tapped event.
    Object Model
    TappedEventArgs Class
    Syntax
    'Declaration
     
    
    Public Class TappedEventArgs 
       Inherits TouchRoutedEventArgs
    public class TappedEventArgs : TouchRoutedEventArgs 
    Example

    The following code example shows how to use TappedEventArgs class.

    This code example is part of a larger example provided for the C1TouchEventProvider class.

    Inheritance Hierarchy

    System.Object
       System.EventArgs
          C1.Win.TouchToolKit.TouchRoutedEventArgs
             C1.Win.TouchToolKit.TappedEventArgs

    See Also