Nevron .NET Vision
Nevron.UI Namespace / NThemableElement Class / OnThemeChanged Method
The object containing information about the event.


In This Topic
    OnThemeChanged Method (NThemableElement)
    In This Topic
    The element is notified that the current theme has changed.
    Syntax
    'Declaration
     
    
    Public Overridable Sub OnThemeChanged( _
       ByVal e As NThemeChangedEventArgs _
    ) 
    'Usage
     
    
    Dim instance As NThemableElement
    Dim e As NThemeChangedEventArgs
     
    instance.OnThemeChanged(e)
    public virtual void OnThemeChanged( 
       NThemeChangedEventArgs e
    )

    Parameters

    e
    The object containing information about the event.
    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