Nevron Open Vision Documentation
Nevron.Nov.Dom Namespace / ENVisualInvalidationReason Enumeration


In This Topic
    ENVisualInvalidationReason Enumeration
    In This Topic
    Enumerates the reasons for invalidation of a visual.
    Syntax
    'Declaration
     
    
    Public Enum ENVisualInvalidationReason 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As ENVisualInvalidationReason
    public enum ENVisualInvalidationReason : System.Enum 
    Members
    MemberDescription
    DisplayChangedThe display has changed.
    TransformChangedThe transform of the visual has changed.
    UnregisteredThe visual has been unregistered from the DOM tree.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Nevron.Nov.Dom.ENVisualInvalidationReason

    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