Raised to allow custom drawing of calendar UI elements.
Namespace: MindFusion.Scheduling.WinForms
Assembly: MindFusion.Scheduling
C# Copy Code |
---|
public event CustomDraw Draw |
Visual Basic Copy Code |
---|
Public Event Draw As CustomDraw |
Draw event handlers receive an argument of type DrawEventArgs.
This event is raised if the CustomDraw property is set to a value different than None.