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


In This Topic
    NMouseOverChangeEventArgs Constructor
    In This Topic
    Syntax
    'Declaration
     
    
    Friend Function New( _
       ByVal fjYC As NEvent, _
       ByVal GjYC As NNode, _
       ByVal hjYC As UdxC, _
       ByVal IjYC As NNode, _
       ByVal jjYC As NPoint, _
       ByVal KjYC As MWvC _
    )
    'Usage
     
    
    Dim fjYC As NEvent
    Dim GjYC As NNode
    Dim hjYC As UdxC
    Dim IjYC As NNode
    Dim jjYC As NPoint
    Dim KjYC As MWvC
     
    Dim instance As New NMouseOverChangeEventArgs(fjYC, GjYC, hjYC, IjYC, jjYC, KjYC)
    internal NMouseOverChangeEventArgs( 
       NEvent fjYC,
       NNode GjYC,
       UdxC hjYC,
       NNode IjYC,
       NPoint jjYC,
       MWvC KjYC
    )

    Parameters

    fjYC
    GjYC
    hjYC
    IjYC
    jjYC
    KjYC
    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