MindFusion WinForms Programmer's Guide
Calendar.ItemSelectionChanged Event
See Also
 





Raised when an item is selected or deselected.

Namespace: MindFusion.Scheduling.WinForms
Assembly: MindFusion.Scheduling

 Syntax

C#  Copy Code

public event EventHandler<ItemSelectionEventArgs> ItemSelectionChanged

Visual Basic  Copy Code

Public Event ItemSelectionChanged As EventHandler(Of ItemSelectionEventArgs)

 Event Data

ItemSelectionChanged event handlers receive an argument of type ItemSelectionEventArgs.

 See Also

Calendar Members
Calendar Class
MindFusion.Scheduling.WinForms Namespace
ItemSelectionComplete Event