Raised to allow custom drawing of calendar elements before the default rendering done by the control.
Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling
SyntaxC#
Copy Code
|
|---|
public event EventHandler<DrawEventArgs> Drawing |
Visual Basic
Copy Code
|
|---|
Public Event Drawing As EventHandler(Of DrawEventArgs) |
Event DataDrawing event handlers receive an argument of type DrawEventArgs.
See Also