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


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

    Parameters

    sender
    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