[]
Represents a method that will handle a theme-related event that applies to a particular object.
public delegate void ObjectThemeEventHandler(C1ThemeController sender, ObjectThemeEventArgs e)
| Type | Name | Description |
|---|---|---|
| C1ThemeController | sender | The source of the event. |
| ObjectThemeEventArgs | e | The event data. |
| Name | Description |
|---|---|
| ObjectThemeEventHandler(object, IntPtr) |
| Name | Description |
|---|---|
| BeginInvoke(C1ThemeController, ObjectThemeEventArgs, AsyncCallback, object) | |
| EndInvoke(IAsyncResult) | |
| Invoke(C1ThemeController, ObjectThemeEventArgs) |