[]
        
(Showing Draft Content)

C1.Win.C1Themes.ApplicationThemeEventHandler

ApplicationThemeEventHandler Delegate

Represents a method that will handle an event related to an application-wide theme.

Namespace: C1.Win.C1Themes
Assembly: C1.Win.C1Themes.4.8.dll
Syntax
public delegate void ApplicationThemeEventHandler(ThemeEventArgs e)
Parameters
Type Name Description
ThemeEventArgs e

The event data.

Constructors

Name Description
ApplicationThemeEventHandler(object, IntPtr)

Methods

Name Description
BeginInvoke(ThemeEventArgs, AsyncCallback, object)
EndInvoke(IAsyncResult)
Invoke(ThemeEventArgs)