Raised to allow custom drawing of calendar UI elements.
Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling
C# Copy Code |
---|
public event EventHandler<DrawEventArgs> Draw |
Visual Basic Copy Code |
---|
Public Event Draw As EventHandler(Of DrawEventArgs) |
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.
Scheduling for .NET MAUI Guide | © 2023 MindFusion |