ManipulationDeltaEventHandler
ManipulationDeltaEventHandler
ManipulationDeltaEventHandler
ManipulationDeltaEventHandler
Delegate
Definition
Represents the method that will handle ManipulationDelta and related events.
public : delegate void ManipulationDeltaEventHandler(PlatForm::Object sender, ManipulationDeltaRoutedEventArgs e)public delegate void ManipulationDeltaEventHandler(Object sender, ManipulationDeltaRoutedEventArgs e)Public Delegate ManipulationDeltaEventHandler(sender As Object, e As ManipulationDeltaRoutedEventArgs)// This API is not available in Javascript.
Parameters
- sender
- PlatForm::Object Object Object Object
The object where the handler is attached.
- e
- ManipulationDeltaRoutedEventArgs ManipulationDeltaRoutedEventArgs ManipulationDeltaRoutedEventArgs ManipulationDeltaRoutedEventArgs
Event data for the event.
- Attributes
Windows 10 requirements
| Device family |
Windows 10 (introduced v10.0.10240.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v1)
|