StylusPlugIn::OnStylusEnter Method (RawStylusInput^, Boolean)

 

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

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

protected:
virtual void OnStylusEnter(
	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 entered the bounds of the element; otherwise, false.

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

.NET Framework
Available since 3.0
Return to top
Show: