ThemeAppliedEventArgs
StockSharp.Xaml.Charting
ThemeAppliedイベントが発生したときにEventArgsが使用
継承元: EventArgs
コンストラクター
ThemeAppliedEventArgs
public ThemeAppliedEventArgs(FrameworkElement control, string newTheme)
themeAppliedEventArgs = ThemeAppliedEventArgs(control, newTheme)
ThemeAppliedイベントが発生したときにEventArgsが使用
- control
- テーマが適用されるコントロール
- newTheme
- 新しいテーマ文字列
プロパティ
Control
public FrameworkElement Control { get; }
value = themeAppliedEventArgs.Control
テーマが適用されるコントロールを取得します