Nevron .NET Vision
Nevron.UI Namespace / NThemeChangingEventArgs Class / NThemeChangingEventArgs Constructor


In This Topic
    NThemeChangingEventArgs Constructor
    In This Topic
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal theme As INTheme, _
       ByVal hint As ThemeChangeHint, _
       ByVal info As NPartStateInfo _
    )
    'Usage
     
    
    Dim theme As INTheme
    Dim hint As ThemeChangeHint
    Dim info As NPartStateInfo
     
    Dim instance As New NThemeChangingEventArgs(theme, hint, info)
    public NThemeChangingEventArgs( 
       INTheme theme,
       ThemeChangeHint hint,
       NPartStateInfo info
    )

    Parameters

    theme
    hint
    info
    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