ThemeApplied Event
Raised when a new theme has been applied to the SciChart application.
Syntax
public event EventHandler<ThemeAppliedEventArgs> ThemeApplied
Event Data
The event handler receives an argument of type ThemeAppliedEventArgs containing data related to this event. The following ThemeAppliedEventArgs properties provide information specific to this event.
Property | Description |
---|---|
Control | Gets the control which has the theme applied |
NewTheme | Gets the new theme name |
Requirements
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
See Also