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

In This Topic
    ManipulationDeltaEventArgs Class
    In This Topic
    Object Model
    ManipulationDeltaEventArgs Class
    Syntax
    'Declaration
     
    
    Public Class ManipulationDeltaEventArgs 
       Inherits TouchRoutedEventArgs
    public class ManipulationDeltaEventArgs : TouchRoutedEventArgs 
    Example

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

    See Also