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


In This Topic
    NInputCharEventArgs Constructor
    In This Topic
    Syntax
    'Declaration
     
    
    Friend Function New( _
       ByVal WGYC As NEvent, _
       ByVal xGYC As NNode, _
       ByVal YGYC As UdxC, _
       ByVal AhYC As NInputCharEventData _
    )
    'Usage
     
    
    Dim WGYC As NEvent
    Dim xGYC As NNode
    Dim YGYC As UdxC
    Dim AhYC As NInputCharEventData
     
    Dim instance As New NInputCharEventArgs(WGYC, xGYC, YGYC, AhYC)
    internal NInputCharEventArgs( 
       NEvent WGYC,
       NNode xGYC,
       UdxC YGYC,
       NInputCharEventData AhYC
    )

    Parameters

    WGYC
    xGYC
    YGYC
    AhYC
    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