Search
Calendar.OnItemSelectionChanged Method
See Also
 






Raises the ItemSelectionChanged event.

Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling

 Syntax

C#  Copy Code

protected virtual void OnItemSelectionChanged (
    ItemSelectionEventArgs e
)

Visual Basic  Copy Code

Protected Overridable Sub OnItemSelectionChanged( _
    e As ItemSelectionEventArgs _
)

 Parameters

e

An object, containing the event data.

 See Also