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


In This Topic
    PointerEventArgs Class
    In This Topic
    Provides event data for pointer message events related to GcTouchEventProvider, such as GcTouchEventProvider.PointerPressed.
    Syntax
    'Declaration
     
    
    Public Class PointerEventArgs 
       Inherits TouchRoutedEventArgs
    'Usage
     
    
    Dim instance As PointerEventArgs
    public class PointerEventArgs : TouchRoutedEventArgs 
    Example

    The following code example shows how to use PointerEventArgs class.

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

    Inheritance Hierarchy

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

    See Also