Themes for WinForms | ComponentOne
C1.Win.C1Themes.Extended.4.8 Assembly / C1.Win.C1Themes Namespace / C1ThemePicker Class / OnThemeApplying Method

In This Topic
    OnThemeApplying Method
    In This Topic
    Raises the ThemeApplying event.
    Syntax
    'Declaration
     
    Protected Overridable Sub OnThemeApplying( _
       ByVal e As ThemeApplyingEventArgs _
    ) 
    protected virtual void OnThemeApplying( 
       ThemeApplyingEventArgs e
    )

    Parameters

    e
    See Also