[]
        
(Showing Draft Content)

C1.Win.C1Themes.ObjectThemeEventHandler

ObjectThemeEventHandler Delegate

Represents a method that will handle a theme-related event that applies to a particular object.

Namespace: C1.Win.C1Themes
Assembly: C1.Win.C1Themes.4.8.dll
Syntax
public delegate void ObjectThemeEventHandler(C1ThemeController sender, ObjectThemeEventArgs e)
Parameters
Type Name Description
C1ThemeController sender

The source of the event.

ObjectThemeEventArgs e

The event data.

Constructors

Name Description
ObjectThemeEventHandler(object, IntPtr)

Methods

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