SystemColorsChanged Event (LicenseDialog)
In This Topic
Syntax
'Declaration
<SRCategoryAttribute("CatBehavior")>
<SRDescriptionAttribute("ControlOnSystemColorsChangedDescr")>
Public Event SystemColorsChanged As System.EventHandler
'Usage
Dim instance As LicenseDialog
Dim handler As System.EventHandler
AddHandler instance.SystemColorsChanged, handler
[SRCategory("CatBehavior")]
[SRDescription("ControlOnSystemColorsChangedDescr")]
public event System.EventHandler SystemColorsChanged
public event SystemColorsChanged: System.EventHandler;
In JScript, you can handle the events defined by another class, but you cannot define your own.
[SRCategory("CatBehavior")]
[SRDescription("ControlOnSystemColorsChangedDescr")]
public: __event System.EventHandler* SystemColorsChanged
[SRCategory("CatBehavior")]
[SRDescription("ControlOnSystemColorsChangedDescr")]
public:
event System.EventHandler^ SystemColorsChanged
Requirements
Target Platforms: .NET CLR 4.8 or higher
See Also