Nevron Open Vision Documentation
Nevron.Nov.Chart Namespace / NChartElement Class / ReceiveHandledInputChar Method


In This Topic
    ReceiveHandledInputChar Method (NChartElement)
    In This Topic
    Queries whether handled input char should be processed. This implementation returns false.
    Syntax
    'Declaration
     
    
    Protected Overridable Function ReceiveHandledInputChar( _
       ByVal args As NInputCharEventArgs _
    ) As System.Boolean
    'Usage
     
    
    Dim instance As NChartElement
    Dim args As NInputCharEventArgs
    Dim value As System.Boolean
     
    value = instance.ReceiveHandledInputChar(args)
    protected virtual System.bool ReceiveHandledInputChar( 
       NInputCharEventArgs args
    )

    Parameters

    args
    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