Share

UIApplication.ThemeChanged 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.2.0.0 (26.2.0.0)

Syntax

C#

public event EventHandler<ThemeChangedEventArgs> ThemeChanged

Value

EventHandler<ThemeChangedEventArgs>

Remarks

This event is raised after the theme was changed.

See Also

Reference

Was this information helpful?