Spread WinForms 15
FarPoint.Win Assembly / FarPoint.Win.Touch Namespace / ManipulationDeltaEventArgs Class
Members Example


ManipulationDeltaEventArgs Class
Provides data for the GcTouchEventProvider.ManipulationDelta event.
Syntax
'Declaration
 
Public Class ManipulationDeltaEventArgs 
   Inherits TouchRoutedEventArgs
 
'Usage
 
Dim instance As ManipulationDeltaEventArgs
Example

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

See Also