DynamicRenderer::OnStylusEnter Method (RawStylusInput^, Boolean)

 
Use BaseTrue

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
) 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 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.

Notes to Inheritors:

When overriding OnStylusEnter in a derived class, be sure to call the base class’s OnStylusEnter method.

.NET Framework
Available since 3.0
Return to top
Show: