Initializes a new instance of the InstrumentClickEventArgs class with given coordinate and element.
Namespace:
PerpetuumSoft.Instrumentation.WebAssembly: 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 ) |
Parameters
- x
- Type: System..::.Int32
- y
- Type: System..::.Int32
- element
- Type: PerpetuumSoft.Instrumentation.Model..::.Element