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


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

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

See Also