MindFusion.Scheduling for Xamarin Programmer's Guide
Calendar.Draw Event
See Also
 






Raised to allow custom drawing of calendar UI elements.

Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling

 Syntax

C#  Copy Code

public event EventHandler<DrawEventArgs> Draw

Visual Basic  Copy Code

Public Event Draw As EventHandler(Of DrawEventArgs)

 Event Data

Draw event handlers receive an argument of type DrawEventArgs.

 Remarks

This event is raised if the CustomDraw property is set to a value different than None.

 See Also

Calendar Members
Calendar Class
MindFusion.Scheduling Namespace