Nevron .NET Vision
Nevron.ThinWeb Namespace / NBrowserMouseEventArgs Class / NBrowserMouseEventArgs Constructor / NBrowserMouseEventArgs Constructor(Int32,Int32,Int32)


In This Topic
    NBrowserMouseEventArgs Constructor(Int32,Int32,Int32)
    In This Topic
    Initializer constructor
    Syntax
    '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
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also