Initializes a new instance of the InstrumentClickEventArgs class with given coordinate and element.

Namespace:  PerpetuumSoft.Instrumentation.Web
Assembly:  PerpetuumSoft.Instrumentation.Web (in PerpetuumSoft.Instrumentation.Web.dll) Version: 3.9.0.1

Syntax

C#
public InstrumentClickEventArgs(
	int x,
	int y,
	Element element
)
Visual Basic (Declaration)
Public Sub New ( _
	x As Integer, _
	y As Integer, _
	element As Element _
)
Visual C++
public:
InstrumentClickEventArgs(
	int x, 
	int y, 
	Element^ element
)

See Also