Nevron Open Vision Documentation
Nevron.Nov.UI Namespace / NUIPartSkinsTheme Class / ThemeChanged Event


In This Topic
    ThemeChanged Event (NUIPartSkinsTheme)
    In This Topic
    An event raised when the theme has changed. The argument of the event handler is the changed theme map.
    Syntax
    'Declaration
     
    
    Public Event ThemeChanged As Nevron.Nov.Function(Of NElement)
    'Usage
     
    
    Dim instance As NUIPartSkinsTheme
    Dim handler As Nevron.Nov.Function(Of NElement)
     
    AddHandler instance.ThemeChanged, handler
    public event Nevron.Nov.Function<NElement> ThemeChanged
    Remarks
    This method is used by the NOV Theme Builder application.
    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