GanttView for WPF | ComponentOne
C1.WPF.GanttView.4.5.2 Assembly / C1.WPF.GanttView Namespace / PaintDayEventHandler Delegate
Object that fired the event.
Object that contains the event data.

In This Topic
    PaintDayEventHandler Delegate
    In This Topic
    Represents the method that will handle C1GanttView.PaintDay event.
    Syntax
    'Declaration
     
    Public Delegate Sub PaintDayEventHandler( _
       ByVal sender As Object, _
       ByVal e As PaintDayEventArgs _
    ) 
    public delegate void PaintDayEventHandler( 
       object sender,
       PaintDayEventArgs e
    )

    Parameters

    sender
    Object that fired the event.
    e
    Object that contains the event data.
    See Also