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

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

    The following code example shows how to use DoubleTappedEventArgs 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.DoubleTappedEventArgs

    See Also