Nevron .NET Vision
Nevron.UI.WinForm.Controls Namespace / NLightUIItemMouseEventArgs Class / NLightUIItemMouseEventArgs Constructor


In This Topic
    NLightUIItemMouseEventArgs Constructor
    In This Topic
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal item As NLightUIItem, _
       ByVal clientMouse As NPoint, _
       ByVal button As System.Windows.Forms.MouseButtons, _
       ByVal clicks As System.Integer _
    )
    'Usage
     
    
    Dim item As NLightUIItem
    Dim clientMouse As NPoint
    Dim button As System.Windows.Forms.MouseButtons
    Dim clicks As System.Integer
     
    Dim instance As New NLightUIItemMouseEventArgs(item, clientMouse, button, clicks)
    public NLightUIItemMouseEventArgs( 
       NLightUIItem item,
       NPoint clientMouse,
       System.Windows.Forms.MouseButtons button,
       System.int clicks
    )

    Parameters

    item
    clientMouse
    button
    clicks
    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