Search
Calendar.OnItemSelectionComplete Method
See Also
 






Raises the ItemSelectionComplete event.

Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling

 Syntax

C#  Copy Code

protected virtual void OnItemSelectionComplete (
    EventArgs e
)

Visual Basic  Copy Code

Protected Overridable Sub OnItemSelectionComplete( _
    e As EventArgs _
)

 Parameters

e

An object, containing the event data.

 See Also