[]
        
(Showing Draft Content)

C1.Win.Themes.ThemeEventHandler

ThemeEventHandler Delegate

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

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

The source of the event.

ThemeEventArgs e

The event data.

Constructors

Name Description
ThemeEventHandler(object, nint)

Methods

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