ManipulationStartedEventHandler
ManipulationStartedEventHandler
ManipulationStartedEventHandler
ManipulationStartedEventHandler
Delegate
Definition
Represents the method that will handle ManipulationStarted and related events.
public : delegate void ManipulationStartedEventHandler(PlatForm::Object sender, ManipulationStartedRoutedEventArgs e)public delegate void ManipulationStartedEventHandler(Object sender, ManipulationStartedRoutedEventArgs e)Public Delegate ManipulationStartedEventHandler(sender As Object, e As ManipulationStartedRoutedEventArgs)// This API is not available in Javascript.
Parameters
- sender
- PlatForm::Object Object Object Object
The object where the handler is attached.
- e
- ManipulationStartedRoutedEventArgs ManipulationStartedRoutedEventArgs ManipulationStartedRoutedEventArgs ManipulationStartedRoutedEventArgs
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)
|