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


In This Topic
    NKeyEventData Constructor
    In This Topic
    Initializer constructor
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal key As NKey, _
       ByVal state As ENKeyState _
    )
    'Usage
     
    
    Dim key As NKey
    Dim state As ENKeyState
     
    Dim instance As New NKeyEventData(key, state)
    public NKeyEventData( 
       NKey key,
       ENKeyState state
    )

    Parameters

    key
    state
    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