DynamicRenderer::OnStylusLeave Method (RawStylusInput^, Boolean)
.NET Framework (current version)
Occurs on a pen thread when the cursor leaves the bounds of an element.
Assembly: PresentationCore (in PresentationCore.dll)
protected: virtual void OnStylusLeave( RawStylusInput^ rawStylusInput, bool confirmed ) override
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.
Notes to Inheritors:
When overriding OnStylusLeave in a derived class, be sure to call the base class’s OnStylusLeave method.
.NET Framework
Available since 3.0
Available since 3.0
Show: