ThemeAppliedEventArgs
StockSharp.Xaml.Charting
EventArgs used when the ThemeApplied event is raised
Inherits: EventArgs
Constructors
ThemeAppliedEventArgs
public ThemeAppliedEventArgs(FrameworkElement control, string newTheme)
themeAppliedEventArgs = ThemeAppliedEventArgs(control, newTheme)
EventArgs used when the ThemeApplied event is raised
- control
- The control which has the theme applied
- newTheme
- The new theme string
Properties
Control
public FrameworkElement Control { get; }
value = themeAppliedEventArgs.Control
Gets the control which has the theme applied
NewTheme
public string NewTheme { get; }
value = themeAppliedEventArgs.NewTheme
Gets the new theme name