Xamarin Pack Programmer's Guide
Calendar.ItemCreated Event
See Also
 






Raised when a schedule item is created by the user.

Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling

 Syntax

C#  Copy Code

public event EventHandler<ItemEventArgs> ItemCreated

Visual Basic  Copy Code

Public Event ItemCreated As EventHandler(Of ItemEventArgs)

 Event Data

ItemCreated event handlers receive an argument of type ItemEventArgs.

 See Also

Calendar Members
Calendar Class
MindFusion.Scheduling Namespace
ItemCreating Event