[]
        
(Showing Draft Content)

C1.Win.Themes.ApplicationThemeEventHandler

ApplicationThemeEventHandler Delegate

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

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

The event data.

Constructors

Name Description
ApplicationThemeEventHandler(object, nint)

Methods

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