Raised to allow custom drawing of calendar UI elements.
Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling
SyntaxC#
Copy Code
|
|---|
public event EventHandler<DrawEventArgs> Draw |
Visual Basic
Copy Code
|
|---|
Public Event Draw As EventHandler(Of DrawEventArgs) |
Event DataDraw event handlers receive an argument of type DrawEventArgs.
RemarksThis event is raised if the CustomDraw property is set to a value different than None.
See Also