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

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

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

    See Also