StylusPlugIn.OnStylusEnter(RawStylusInput, Boolean) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Occurs on a pen thread when the cursor enters the bounds of an element.
protected:
virtual void OnStylusEnter(System::Windows::Input::StylusPlugIns::RawStylusInput ^ rawStylusInput, bool confirmed);
protected virtual void OnStylusEnter (System.Windows.Input.StylusPlugIns.RawStylusInput rawStylusInput, bool confirmed);
abstract member OnStylusEnter : System.Windows.Input.StylusPlugIns.RawStylusInput * bool -> unit
override this.OnStylusEnter : System.Windows.Input.StylusPlugIns.RawStylusInput * bool -> unit
Protected Overridable Sub OnStylusEnter (rawStylusInput As RawStylusInput, confirmed As Boolean)
Parameters
- rawStylusInput
- RawStylusInput
A RawStylusInput that contains information about input from the pen.
- confirmed
- Boolean
true
if the pen actually entered the bounds of the element; otherwise, false
.
Remarks
This method occurs on a pen thread, so minimize work in this method to avoid impacting performance.
Applies to
Συνεργαστείτε μαζί μας στο GitHub
Μπορείτε να βρείτε την πηγή για αυτό το περιεχόμενο στο GitHub, όπου μπορείτε επίσης να δημιουργήσετε και να εξετάσετε ζητήματα και αιτήματα έλξης. Για περισσότερες πληροφορίες, ανατρέξτε στον οδηγό συνεργατών.