Nevron Open Vision Documentation
Nevron.Nov.UI Namespace / NMouseEventArgs Class / NMouseEventArgs Constructor


In This Topic
    NMouseEventArgs Constructor
    In This Topic
    Syntax
    'Declaration
     
    
    Friend Function New( _
       ByVal YhYC As NEvent, _
       ByVal AIYC As NNode, _
       ByVal bIYC As UdxC, _
       ByVal CIYC As NNode, _
       ByVal dIYC As NPoint _
    )
    'Usage
     
    
    Dim YhYC As NEvent
    Dim AIYC As NNode
    Dim bIYC As UdxC
    Dim CIYC As NNode
    Dim dIYC As NPoint
     
    Dim instance As New NMouseEventArgs(YhYC, AIYC, bIYC, CIYC, dIYC)
    internal NMouseEventArgs( 
       NEvent YhYC,
       NNode AIYC,
       UdxC bIYC,
       NNode CIYC,
       NPoint dIYC
    )

    Parameters

    YhYC
    AIYC
    bIYC
    CIYC
    dIYC
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also