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






Raised when an item is about to be selected.

Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling

 Syntax

C#  Copy Code

public event EventHandler<ItemConfirmEventArgs> ItemSelecting

Visual Basic  Copy Code

Public Event ItemSelecting As EventHandler(Of ItemConfirmEventArgs)

 Event Data

ItemSelecting event handlers receive an argument of type ItemConfirmEventArgs.

 See Also

Calendar Members
Calendar Class
MindFusion.Scheduling Namespace
ItemDeselecting Event