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


In This Topic
    NKeyEventArgs Constructor
    In This Topic
    Syntax
    'Declaration
     
    
    Friend Function New( _
       ByVal fhYC As NEvent, _
       ByVal GhYC As NNode, _
       ByVal hhYC As UdxC, _
       ByVal IhYC As NKeyEventData _
    )
    'Usage
     
    
    Dim fhYC As NEvent
    Dim GhYC As NNode
    Dim hhYC As UdxC
    Dim IhYC As NKeyEventData
     
    Dim instance As New NKeyEventArgs(fhYC, GhYC, hhYC, IhYC)
    internal NKeyEventArgs( 
       NEvent fhYC,
       NNode GhYC,
       UdxC hhYC,
       NKeyEventData IhYC
    )

    Parameters

    fhYC
    GhYC
    hhYC
    IhYC
    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