UIApplicationThemeChanged Event

Subscribe to the ThemeChanged event to be notified after the theme was changed.

Namespace: Autodesk.Revit.UI
Assembly: RevitAPIUI (in RevitAPIUI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public event EventHandler<ThemeChangedEventArgs> ThemeChanged

Value

EventHandlerThemeChangedEventArgs
Remarks

This event is raised after the theme was changed.

See Also