Nevron Open Vision Documentation
Nevron.Nov.UI Namespace / NInputCharEventData Class / NInputCharEventData Constructor / NInputCharEventData Constructor(Char)


In This Topic
    NInputCharEventData Constructor(Char)
    In This Topic
    Creates a new input chart event data, for an input string with one character.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal ch As System.Char _
    )
    'Usage
     
    
    Dim ch As System.Char
     
    Dim instance As New NInputCharEventData(ch)
    public NInputCharEventData( 
       System.char ch
    )

    Parameters

    ch
    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