Search
Calendar.Drawing Event
See Also
 






Raised to allow custom drawing of calendar elements before the default rendering done by the control.

Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling

 Syntax

C#  Copy Code

public event EventHandler<DrawEventArgs> Drawing

Visual Basic  Copy Code

Public Event Drawing As EventHandler(Of DrawEventArgs)

 Event Data

Drawing event handlers receive an argument of type DrawEventArgs.

 See Also