MindFusion WinForms Programmer's Guide
Calendar.Draw Event
See Also
 





Raised to allow custom drawing of calendar UI elements.

Namespace: MindFusion.Scheduling.WinForms
Assembly: MindFusion.Scheduling

 Syntax

C#  Copy Code

public event CustomDraw Draw

Visual Basic  Copy Code

Public Event Draw As CustomDraw

 Event Data

Draw event handlers receive an argument of type DrawEventArgs.

 Remarks

This event is raised if the CustomDraw property is set to a value different than None.

 See Also

Calendar Members
Calendar Class
MindFusion.Scheduling.WinForms Namespace