DashboardLayout for WinForms | ComponentOne
C1.Win.Layout Namespace / C1DashboardLayout Class / PaintHeader Event

In This Topic
    PaintHeader Event (C1DashboardLayout)
    In This Topic
    Occurs when the ItemContainer Header is redrawn.
    Syntax
    'Declaration
     
    
    Public Event PaintHeader As HeaderPaintEventHandler
    public event HeaderPaintEventHandler PaintHeader
    Event Data

    The event handler receives an argument of type HeaderPaintEventArgs containing data related to this event. The following HeaderPaintEventArgs properties provide information specific to this event.

    PropertyDescription
    (Inherited from System.Windows.Forms.PaintEventArgs)
    Gets the item container.  
    (Inherited from System.Windows.Forms.PaintEventArgs)
    Gets the header panel of the item container.  
    See Also