[]
        
(Showing Draft Content)

C1.WPF.GanttView.PaintDayEventHandler

PaintDayEventHandler Delegate

Represents the method that will handle PaintDay event.

Namespace: C1.WPF.GanttView
Assembly: C1.WPF.GanttView.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)