IMouseProcessor2.PostprocessTouchUp(TouchEventArgs) Method

Definition

Handles a touch up event after the default handler.

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

Parameters

e
TouchEventArgs

Event arguments that describe the event.

Applies to