Spread Windows Forms 15.0
FarPoint.Win Assembly / FarPoint.Win.Touch Namespace / HoldingEventArgs Class
Members Example


In This Topic
    HoldingEventArgs Class
    In This Topic
    Provides data for GcTouchEventProvider.Holding event.
    Syntax
    'Declaration
     
    
    Public Class HoldingEventArgs 
       Inherits TouchRoutedEventArgs
    'Usage
     
    
    Dim instance As HoldingEventArgs
    public class HoldingEventArgs : TouchRoutedEventArgs 
    Example

    The following code example shows how to use the HoldingEventArgs class.

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

    Inheritance Hierarchy

    System.Object
       System.EventArgs
          FarPoint.Win.Touch.TouchRoutedEventArgs
             FarPoint.Win.Touch.HoldingEventArgs

    See Also