Raised to allow custom drawing of calendar items before the default rendering done by the control.
Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling
SyntaxC#
Copy Code
|
|---|
public event EventHandler<DrawEventArgs> ItemDrawing |
Visual Basic
Copy Code
|
|---|
Public Event ItemDrawing As EventHandler(Of DrawEventArgs) |
Event DataItemDrawing event handlers receive an argument of type DateEventArgs.
RemarksThe ItemDrawing event is raised only for items. More specifically, the ItemDrawing event will be raised only when CustomDraw is set to one of the following CustomDrawElements values: CalendarItem or TimetableItem.
See Also