Version

AfterCustomColorsChanged Event

Occurs after a change is made to the custom colors.
Syntax
'Declaration
 
Public Event AfterCustomColorsChanged As EventHandler(Of AfterCustomColorsChangedEventArgs)
public event EventHandler<AfterCustomColorsChangedEventArgs> AfterCustomColorsChanged
Event Data

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

PropertyDescription
ChangeType Indicates what type of change occurred (Add or remove).
Color Returns the color of the color well.
Index Indicates the index of the item that was added or removed.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, 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