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

In This Topic
    PointerEventArgs Class
    In This Topic
    Provides event data for pointer message events related to C1TouchEventProvider, such as PointerPressed.
    Object Model
    PointerEventArgs Class
    Syntax
    'Declaration
     
    
    Public Class PointerEventArgs 
       Inherits TouchRoutedEventArgs
    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 PointerPressed event.

    Inheritance Hierarchy

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

    See Also