'Declaration
Public Function New( _ ByVal mouseButton As System.Integer, _ ByVal x As System.Integer, _ ByVal y As System.Integer _ )
'Usage
Dim mouseButton As System.Integer Dim x As System.Integer Dim y As System.Integer Dim instance As New NBrowserMouseEventArgs(mouseButton, x, y)
public NBrowserMouseEventArgs( System.int mouseButton, System.int x, System.int y )
Parameters
- mouseButton
- x
- y