UIElement.OnManipulationStarted Method (ManipulationStartedEventArgs)
.NET Framework (current version)
Called when the ManipulationStarted event occurs.
Assembly: PresentationCore (in PresentationCore.dll)
abstract OnManipulationStarted : e:ManipulationStartedEventArgs -> unit override OnManipulationStarted : e:ManipulationStartedEventArgs -> unit
Parameters
- e
-
Type:
System.Windows.Input.ManipulationStartedEventArgs
The data for the event.
The OnManipulationStarted method has no default implementation. Override OnManipulationStarted in a derived class to handle the ManipulationStarted event. Be sure to call the OnManipulationStarted method of the base class so that base classes receive the event.
.NET Framework
Available since 4.0
Available since 4.0
Show: