[]
Represents the method that will handle the PaintHeader event of a C1DashboardLayout.
public delegate void HeaderPaintEventHandler(object sender, HeaderPaintEventArgs e)
| Type | Name | Description |
|---|---|---|
| object | sender | The source of the event. |
| HeaderPaintEventArgs | e | A HeaderPaintEventArgs that contains the event data. |
| Name | Description |
|---|---|
| HeaderPaintEventHandler(object, nint) |
| Name | Description |
|---|---|
| BeginInvoke(object, HeaderPaintEventArgs, AsyncCallback, object) | |
| EndInvoke(IAsyncResult) | |
| Invoke(object, HeaderPaintEventArgs) |