Nevron Open Vision Documentation
Nevron.Nov.Text Namespace / CharInsertEventHandler Delegate


In This Topic
    CharInsertEventHandler Delegate
    In This Topic
    Delegate for event handlers, which require to have control over char insert changes in text inlines
    Syntax
    'Declaration
     
    
    Public Delegate Sub CharInsertEventHandler( _
       ByVal args As NCharInsertEventArgs _
    ) 
    'Usage
     
    
    Dim instance As New CharInsertEventHandler(AddressOf HandlerMethod)
    public delegate void CharInsertEventHandler( 
       NCharInsertEventArgs 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