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


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