Nevron.UI.WebForm.Controls Namespace / NCallbackMouseEventArgs Class / NCallbackMouseEventArgs Constructor / NCallbackMouseEventArgs Constructor(Int32,Int32,String)


In This Topic
    NCallbackMouseEventArgs Constructor(Int32,Int32,String)
    In This Topic
    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
    y
    itemId
    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