CalendarModeChangedEventArgs(CalendarMode, CalendarMode) Konstruktor
Definicja
Ważny
Niektóre informacje dotyczą produktów przedpremierowych, które mogą zostać znacznie zmodyfikowane przed premierą. Microsoft nie udziela żadnych gwarancji, ani wyraźnych, ani domniemanych, dotyczących informacji podanych tutaj.
Inicjuje nowe wystąpienie klasy CalendarModeChangedEventArgs.
public:
CalendarModeChangedEventArgs(System::Windows::Controls::CalendarMode oldMode, System::Windows::Controls::CalendarMode newMode);
public CalendarModeChangedEventArgs(System.Windows.Controls.CalendarMode oldMode, System.Windows.Controls.CalendarMode newMode);
new System.Windows.Controls.CalendarModeChangedEventArgs : System.Windows.Controls.CalendarMode * System.Windows.Controls.CalendarMode -> System.Windows.Controls.CalendarModeChangedEventArgs
Public Sub New (oldMode As CalendarMode, newMode As CalendarMode)
Parametry
- oldMode
- CalendarMode
Poprzedni tryb.
- newMode
- CalendarMode
Nowy tryb.