'Declaration Public Event ThemeChanged As ThemeEventHandler
public event ThemeEventHandler ThemeChanged
Event Data
The event handler receives an argument of type ThemeEventArgs containing data related to this event. The following ThemeEventArgs properties provide information specific to this event.
Property | Description |
---|---|
ThemeName | Gets the name of the theme related to the event. |
See Also