Nevron Open Vision Documentation
Nevron.Nov.Dom Namespace / NVisual Class / Hidden Event


In This Topic
    Hidden Event (NVisual)
    In This Topic
    Occurs when the visual leaves the visual tree - e.g. is no longer visible in its window.
    Syntax
    'Declaration
     
    
    Public Event Hidden As Nevron.Nov.Function(Of NEventArgs)
    'Usage
     
    
    Dim instance As NVisual
    Dim handler As Nevron.Nov.Function(Of NEventArgs)
     
    AddHandler instance.Hidden, handler
    public event Nevron.Nov.Function<NEventArgs> Hidden
    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