Raised when an item is selected or deselected.
Namespace: MindFusion.Scheduling.Wpf
Assembly: MindFusion.Scheduling.Wpf
SyntaxC#
Copy Code
|
|---|
public event EventHandler ItemSelectionComplete |
Visual Basic
Copy Code
|
|---|
Public Event ItemSelectionComplete As EventHandler |
Event DataItemSelectionComplete event handlers receive an argument of type EventArgs.
RemarksThis event is fired only once unlike ItemSelectionChanged which is fired for each individual item affected by the selection operation.
See Also