StylusEventArgs Constructor (StylusDevice^, Int32)

 

Initializes a new instance of the StylusEventArgs class.

Namespace:   System.Windows.Input
Assembly:  PresentationCore (in PresentationCore.dll)

public:
StylusEventArgs(
	StylusDevice^ stylus,
	int timestamp
)

Parameters

stylus
Type: System.Windows.Input::StylusDevice^

The stylus to associate with the event.

timestamp
Type: System::Int32

The time when the event occurs.

.NET Framework
Available since 3.0
Return to top
Show: