PanelBarXPThemeChangingHandler
delegate.NET 6 / 8 / 10.NET Framework 4.8Binarymission.WinForms.Controls.NavigationControls
The delegate object to be used to when handling the control's event XpThemeChanging
public delegate void PanelBarXPThemeChangingHandler(object sender, XPTheme oldTheme, XPTheme newTheme, ref bool cancelEventNow);
Remarks
If you want to cancel this user event, set the cancelUserAction parameter to true.
The oldTheme and newTheme parameters return the earlier and newer XPTheme values.