IMouseProcessor2.PreprocessManipulationCompleted Method

Definition

Handles a touch manipulation completed event before the default handler.

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

Parameters

e
ManipulationCompletedEventArgs

Event arguments that describe the event.

Applies to