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






Raised when the user is about to create a new schedule item.

Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling

 Syntax

C#  Copy Code

public event EventHandler<ItemConfirmEventArgs> ItemCreating

Visual Basic  Copy Code

Public Event ItemCreating As EventHandler(Of ItemConfirmEventArgs)

 Event Data

ItemCreating event handlers receive an argument of type ItemConfirmEventArgs.

 See Also

Calendar Members
Calendar Class
MindFusion.Scheduling Namespace
ItemCreated Event