Nevron .NET Vision
Nevron.UI.WinForm.Controls Namespace / NPalette Class / PaletteChanged Event


In This Topic
    PaletteChanged Event
    In This Topic
    Notify for a global palette change. That is for example when a palette is loaded or initialized from another one.
    Syntax
    'Declaration
     
    
    <System.ComponentModel.DescriptionAttribute("Notify for a global palette change. That is for example when a palette is loaded or initialized from another one.")>
    Public Event PaletteChanged As PaletteChangeEventHandler
    'Usage
     
    
    Dim instance As NPalette
    Dim handler As PaletteChangeEventHandler
     
    AddHandler instance.PaletteChanged, handler
    [System.ComponentModel.Description("Notify for a global palette change. That is for example when a palette is loaded or initialized from another one.")]
    public event PaletteChangeEventHandler PaletteChanged
    Event Data

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

    PropertyDescription
     
    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