StylusPlugIn::OnStylusLeave Method (RawStylusInput^, Boolean)

 

Occurs on a pen thread when the cursor leaves the bounds of an element.

Namespace:   System.Windows.Input.StylusPlugIns
Assembly:  PresentationCore (in PresentationCore.dll)

protected:
virtual void OnStylusLeave(
	RawStylusInput^ rawStylusInput,
	bool confirmed
)

Parameters

rawStylusInput
Type: System.Windows.Input.StylusPlugIns::RawStylusInput^

A RawStylusInput that contains information about input from the pen.

confirmed
Type: System::Boolean

true if the pen actually left the bounds of the element; otherwise, false.

This method occurs on a pen thread, so minimize work in this method to avoid impacting performance.

The following example resets the StylusPlugIn when the cursor leaves the bounds of the element.

No code example is currently available or this language may not be supported.
No code example is currently available or this language may not be supported.

.NET Framework
Available since 3.0
Return to top
Show: