StylusDownEventArgs Constructor (StylusDevice^, Int32)

 

Initializes a new instance of the StylusDownEventArgs class.

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

public:
StylusDownEventArgs(
	StylusDevice^ stylusDevice,
	int timestamp
)

Parameters

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

Device instance that the event is associated with.

timestamp
Type: System::Int32

A timestamp used to disambiguate instances of the event.

.NET Framework
Available since 3.0
Return to top
Show: