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


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

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

    PropertyDescription
    Gets/sets whether the current operation will be canceled.  
    (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