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


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

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

See Also