IMouseProcessor2.PostprocessManipulationStarting 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.
Handles a touch manipulation starting event after the default handler.
public:
void PostprocessManipulationStarting(System::Windows::Input::ManipulationStartingEventArgs ^ e);
public void PostprocessManipulationStarting (System.Windows.Input.ManipulationStartingEventArgs e);
abstract member PostprocessManipulationStarting : System.Windows.Input.ManipulationStartingEventArgs -> unit
Public Sub PostprocessManipulationStarting (e As ManipulationStartingEventArgs)
Parameters
Event arguments that describe the event.