Search
Calendar.ItemSelectionChanged Event
See Also
 





Raised when an item is selected or deselected.

Namespace: MindFusion.Scheduling.Wpf
Assembly: MindFusion.Scheduling.Wpf

 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