StylusButtonEventArgs Constructor (StylusDevice^, Int32, StylusButton^)
.NET Framework (current version)
Initializes a new instance of the StylusButtonEventArgs class.
Assembly: PresentationCore (in PresentationCore.dll)
public: StylusButtonEventArgs( StylusDevice^ stylusDevice, int timestamp, StylusButton^ button )
Parameters
- stylusDevice
-
Type:
System.Windows.Input::StylusDevice^
The StylusDevice to associate with this event.
- timestamp
-
Type:
System::Int32
The time when the event occurs.
- button
-
Type:
System.Windows.Input::StylusButton^
The StylusButton that raises the event.
.NET Framework
Available since 3.0
Available since 3.0
Show: