ThemeAppliedEventArgs
StockSharp.Xaml.Charting
EventArgs used when the ThemeApplied event is raised
继承自: EventArgs
构造函数
ThemeAppliedEventArgs(FrameworkElement, string)
EventArgs used when the ThemeApplied event is raised
- control
- The control which has the theme applied
- newTheme
- The new theme string
属性
Control : FrameworkElement
Gets the control which has the theme applied