StylusButtonEventArgs Constructor (StylusDevice^, Int32, StylusButton^)

 

Initializes a new instance of the StylusButtonEventArgs class.

Namespace:   System.Windows.Input
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
Return to top
Show: