'Declaration Public Event ObjectThemeChanged As ObjectThemeEventHandler
public event ObjectThemeEventHandler ObjectThemeChanged
Event Data
The event handler receives an argument of type ObjectThemeEventArgs containing data related to this event. The following ObjectThemeEventArgs properties provide information specific to this event.
Property | Description |
---|---|
Object | Gets the object related to the event. |
ThemeName | Gets the name of the theme related to the event. (Inherited from C1.Win.Themes.ThemeEventArgs) |
See Also