Nevron .NET Vision
Nevron.UI.WebForm.Controls Namespace / NCallbackMouseEventArgs Class / NCallbackMouseEventArgs Constructor / NCallbackMouseEventArgs Constructor(Int32,Int32)
The x-coordinate of the mouse event.
The y-coordinate of the mouse event.


In This Topic
    NCallbackMouseEventArgs Constructor(Int32,Int32)
    In This Topic
    Initializes a new instance of the NCallbackMouseEventArgs class with given mouse event coordinates.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal x As System.Integer, _
       ByVal y As System.Integer _
    )
    'Usage
     
    
    Dim x As System.Integer
    Dim y As System.Integer
     
    Dim instance As New NCallbackMouseEventArgs(x, y)
    public NCallbackMouseEventArgs( 
       System.int x,
       System.int y
    )

    Parameters

    x
    The x-coordinate of the mouse event.
    y
    The y-coordinate of the mouse event.
    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