Nevron .NET Vision
Nevron.UI Namespace / NTheme Class / Changed Event


In This Topic
    Changed Event (NTheme)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Event Changed As ThemeChangedEventHandler
    'Usage
     
    
    Dim instance As NTheme
    Dim handler As ThemeChangedEventHandler
     
    AddHandler instance.Changed, handler
    public event ThemeChangedEventHandler Changed
    Event Data

    The event handler receives an argument of type NThemeChangedEventArgs containing data related to this event. The following NThemeChangedEventArgs properties provide information specific to this event.

    PropertyDescription
    (Inherited from Nevron.UI.NEventArgs)
    (Inherited from Nevron.UI.NEventArgs)
    Gets the change hint. (Inherited from Nevron.UI.NThemeChangeEventArgs)
    Gets the part state info associated with the change (Inherited from Nevron.UI.NThemeChangeEventArgs)
    Gets the current theme associated with the event. (Inherited from Nevron.UI.NThemeEventArgs)
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also