Search
Calendar.BeginItemDrawing Event
See Also
 






Raised before the items are drawn in the current drawing pass.

Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling

 Syntax

C#  Copy Code

public event EventHandler BeginItemDrawing

Visual Basic  Copy Code

Public Event BeginItemDrawing As EventHandler

 Event Data

BeginItemDrawing event handlers receive an argument of type EventArgs.

 See Also