IMouseProcessor2.PreprocessManipulationStarting Method

Definition

Handles a touch manipulation starting event before the default handler.

public:
 void PreprocessManipulationStarting(System::Windows::Input::ManipulationStartingEventArgs ^ e);
public void PreprocessManipulationStarting (System.Windows.Input.ManipulationStartingEventArgs e);
abstract member PreprocessManipulationStarting : System.Windows.Input.ManipulationStartingEventArgs -> unit
Public Sub PreprocessManipulationStarting (e As ManipulationStartingEventArgs)

Parameters

e
ManipulationStartingEventArgs

Event arguments that describe the event.

Applies to