Nevron Open Vision Documentation
Nevron.Nov.WpfControls Namespace / NAutoCompleteBoxControl Class / OnTemplateChanged Method


In This Topic
    OnTemplateChanged Method (NAutoCompleteBoxControl)
    In This Topic
    Syntax
    'Declaration
     
    
    Protected Overridable Sub OnTemplateChanged( _
       ByVal oldTemplate As System.Windows.Controls.ControlTemplate, _
       ByVal newTemplate As System.Windows.Controls.ControlTemplate _
    ) 
    'Usage
     
    
    Dim instance As NAutoCompleteBoxControl
    Dim oldTemplate As System.Windows.Controls.ControlTemplate
    Dim newTemplate As System.Windows.Controls.ControlTemplate
     
    instance.OnTemplateChanged(oldTemplate, newTemplate)
    protected virtual void OnTemplateChanged( 
       System.Windows.Controls.ControlTemplate oldTemplate,
       System.Windows.Controls.ControlTemplate newTemplate
    )

    Parameters

    oldTemplate
    newTemplate
    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