UIElement.OnManipulationStarting(ManipulationStartingEventArgs) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides class handling for the ManipulationStarting routed event that occurs when the manipulation processor is first created.
protected:
virtual void OnManipulationStarting(System::Windows::Input::ManipulationStartingEventArgs ^ e);
protected virtual void OnManipulationStarting (System.Windows.Input.ManipulationStartingEventArgs e);
abstract member OnManipulationStarting : System.Windows.Input.ManipulationStartingEventArgs -> unit
override this.OnManipulationStarting : System.Windows.Input.ManipulationStartingEventArgs -> unit
Protected Overridable Sub OnManipulationStarting (e As ManipulationStartingEventArgs)
Parameters
A ManipulationStartingEventArgs that contains the event data.
Remarks
The OnManipulationStarting method has no default implementation. Override OnManipulationStarting in a derived class to handle the ManipulationStarting event. Be sure to call the base class' OnManipulationStarting method so that base classes receive the event.