[]
        
(Showing Draft Content)

C1.Win.Layout.HeaderPaintEventHandler

HeaderPaintEventHandler Delegate

Represents the method that will handle the PaintHeader event of a C1DashboardLayout.

Namespace: C1.Win.Layout
Assembly: C1.Win.DashboardLayout.8.dll
Syntax
public delegate void HeaderPaintEventHandler(object sender, HeaderPaintEventArgs e)
Parameters
Type Name Description
object sender

The source of the event.

HeaderPaintEventArgs e

A HeaderPaintEventArgs that contains the event data.

Constructors

Name Description
HeaderPaintEventHandler(object, nint)

Methods

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