Search
Calendar.EndItemDrawing Event
See Also
 






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

Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling

 Syntax

C#  Copy Code

public event EventHandler EndItemDrawing

Visual Basic  Copy Code

Public Event EndItemDrawing As EventHandler

 Event Data

BeginItemDrawing event handlers receive an argument of type EventArgs.

 See Also