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


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

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

See Also