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


In This Topic
    NMouseTargetChangeEventArgs Constructor
    In This Topic
    Syntax
    'Declaration
     
    
    Friend Function New( _
       ByVal ljYC As NEvent, _
       ByVal MjYC As NNode, _
       ByVal njYC As UdxC, _
       ByVal OjYC As NNode, _
       ByVal pjYC As NPoint, _
       ByVal QjYC As MWvC _
    )
    'Usage
     
    
    Dim ljYC As NEvent
    Dim MjYC As NNode
    Dim njYC As UdxC
    Dim OjYC As NNode
    Dim pjYC As NPoint
    Dim QjYC As MWvC
     
    Dim instance As New NMouseTargetChangeEventArgs(ljYC, MjYC, njYC, OjYC, pjYC, QjYC)
    internal NMouseTargetChangeEventArgs( 
       NEvent ljYC,
       NNode MjYC,
       UdxC njYC,
       NNode OjYC,
       NPoint pjYC,
       MWvC QjYC
    )

    Parameters

    ljYC
    MjYC
    njYC
    OjYC
    pjYC
    QjYC
    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