Nevron Open Vision Documentation
Nevron.Nov.WpfControls Namespace / NTreeViewControl Class / OnContentStringFormatChanged Method


In This Topic
    OnContentStringFormatChanged Method (NTreeViewControl)
    In This Topic
    Syntax
    'Declaration
     
    
    Protected Overridable Sub OnContentStringFormatChanged( _
       ByVal oldContentStringFormat As System.String, _
       ByVal newContentStringFormat As System.String _
    ) 
    'Usage
     
    
    Dim instance As NTreeViewControl
    Dim oldContentStringFormat As System.String
    Dim newContentStringFormat As System.String
     
    instance.OnContentStringFormatChanged(oldContentStringFormat, newContentStringFormat)
    protected virtual void OnContentStringFormatChanged( 
       System.string oldContentStringFormat,
       System.string newContentStringFormat
    )

    Parameters

    oldContentStringFormat
    newContentStringFormat
    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