UIElement.OnManipulationDelta(ManipulationDeltaEventArgs)
UIElement.OnManipulationDelta(ManipulationDeltaEventArgs)
UIElement.OnManipulationDelta(ManipulationDeltaEventArgs)
UIElement.OnManipulationDelta(ManipulationDeltaEventArgs)
Method
Definition
Called when the ManipulationDelta event occurs.
protected:
virtual void OnManipulationDelta(System::Windows::Input::ManipulationDeltaEventArgs ^ e);
protected virtual void OnManipulationDelta (System.Windows.Input.ManipulationDeltaEventArgs e);
abstract member OnManipulationDelta : System.Windows.Input.ManipulationDeltaEventArgs -> unit
override this.OnManipulationDelta : System.Windows.Input.ManipulationDeltaEventArgs -> unit
Protected Overridable Sub OnManipulationDelta (e As ManipulationDeltaEventArgs)
Parameters
- e
- ManipulationDeltaEventArgs ManipulationDeltaEventArgs ManipulationDeltaEventArgs ManipulationDeltaEventArgs
The data for the event.
Remarks
The OnManipulationDelta method has no default implementation. Override OnManipulationDelta in a derived class to handle the ManipulationDelta event. Be sure to call the OnManipulationDelta method of the base class so that base classes receive the event.
Applies to
Feedback
We'd love to hear your thoughts. Choose the type you'd like to provide:
Our feedback system is built on GitHub Issues. Read more on our blog.
Loading feedback...