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