The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
StylusDownEventHandler Delegate
.NET Framework (current version)
Represents the method that handles the Stylus.StylusDown event, as well as several variations, including the corresponding Preview event. Also re-exposes the event in the base element classes.
Assembly: PresentationCore (in PresentationCore.dll)
Parameters
- sender
-
Type:
System.Object
The source of the event.
- e
-
Type:
System.Windows.Input.StylusDownEventArgs
A StylusDownEventArgs that contains the event data. .
Typically, this delegate corresponds to a routed event. Check the event data, in particular the Source property, to determine which element raised the event.
.NET Framework
Available since 3.0
Available since 3.0
Show: