[]
        
(Showing Draft Content)

C1.Win.C1GanttView.PaintDayEventHandler

PaintDayEventHandler Delegate

Represents the method that will handle PaintDay event.

Namespace: C1.Win.C1GanttView
Assembly: C1.Win.C1GanttView.4.8.dll
Syntax
public delegate void PaintDayEventHandler(object sender, PaintDayEventArgs e)
Parameters
Type Name Description
object sender

Object that fired the event.

PaintDayEventArgs e

Object that contains the event data.

Constructors

Name Description
PaintDayEventHandler(object, IntPtr)

Methods

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