ThemeAppliedEventArgs

StockSharp.Xaml.Charting

EventArgs usado quando o ThemeApplied evento é levantado

Herda de: EventArgs

Construtores

ThemeAppliedEventArgs
public ThemeAppliedEventArgs(FrameworkElement control, string newTheme)
themeAppliedEventArgs = ThemeAppliedEventArgs(control, newTheme)

EventArgs usado quando o ThemeApplied evento é levantado

control
O controlo que tem o tema aplicado
newTheme
A nova string de tema

Propriedades

Control
public FrameworkElement Control { get; }
value = themeAppliedEventArgs.Control

Obtém o controle que tem o tema aplicado

NewTheme
public string NewTheme { get; }
value = themeAppliedEventArgs.NewTheme

Obtém o novo nome do tema