MindFusion.Wpf Pack Programmer's Guide
Calendar.ItemSelectionComplete 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 ItemSelectionComplete

Visual Basic  Copy Code

Public Event ItemSelectionComplete As EventHandler

 Event Data

ItemSelectionComplete event handlers receive an argument of type EventArgs.

 Remarks

This event is fired only once unlike ItemSelectionChanged which is fired for each individual item affected by the selection operation.

 See Also

Calendar Members
Calendar Class
MindFusion.Scheduling.Wpf Namespace
ItemSelectionChanged Event