DashboardLayout for WinForms | ComponentOne
C1.Win.Layout Namespace / HeaderPaintEventHandler Delegate
The source of the event.
A HeaderPaintEventArgs that contains the event data.

In This Topic
    HeaderPaintEventHandler Delegate
    In This Topic
    Represents the method that will handle the PaintHeader event of a C1DashboardLayout.
    Syntax
    'Declaration
     
    
    Public Delegate Sub HeaderPaintEventHandler( _
       ByVal sender As Object, _
       ByVal e As HeaderPaintEventArgs _
    ) 
    public delegate void HeaderPaintEventHandler( 
       object sender,
       HeaderPaintEventArgs e
    )

    Parameters

    sender
    The source of the event.
    e
    A HeaderPaintEventArgs that contains the event data.
    See Also