Nevron .NET Vision
Nevron.UI.WebForm.Controls Namespace / NCallbackMouseEventArgs Class / NCallbackMouseEventArgs Constructor / NCallbackMouseEventArgs Constructor(Int32,Int32,String)
The x-coordinate of the mouse event.
The y-coordinate of the mouse event.
The id of the image map item, associated with the mouse event.


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

    Parameters

    x
    The x-coordinate of the mouse event.
    y
    The y-coordinate of the mouse event.
    itemId
    The id of the image map item, associated with 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