Nevron Open Vision Documentation
Nevron.Nov Namespace / NWordProcessor Class / OnTextChanged Method


In This Topic
    OnTextChanged Method (NWordProcessor)
    In This Topic
    Called when the text this word processor operates on has changed.
    Syntax
    'Declaration
     
    
    Protected Overridable Sub OnTextChanged( _
       ByVal newText As System.String _
    ) 
    'Usage
     
    
    Dim instance As NWordProcessor
    Dim newText As System.String
     
    instance.OnTextChanged(newText)
    protected virtual void OnTextChanged( 
       System.string newText
    )

    Parameters

    newText
    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