Nevron Open Vision Documentation
Nevron.Nov.Editors Namespace / NMaskedEnumDropDown Class / OnEnumTypeChanged Method


In This Topic
    OnEnumTypeChanged Method
    In This Topic
    Called when the enum type has changed.
    Syntax
    'Declaration
     
    
    Protected Overridable Sub OnEnumTypeChanged( _
       ByVal oldType As NDomType, _
       ByVal newType As NDomType _
    ) 
    'Usage
     
    
    Dim instance As NMaskedEnumDropDown
    Dim oldType As NDomType
    Dim newType As NDomType
     
    instance.OnEnumTypeChanged(oldType, newType)
    protected virtual void OnEnumTypeChanged( 
       NDomType oldType,
       NDomType newType
    )

    Parameters

    oldType
    newType
    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