Search
Calendar.OnItemSelecting Method
See Also
 






Raises the ItemSelecting event.

Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling

 Syntax

C#  Copy Code

protected virtual void OnItemSelecting (
    ItemConfirmEventArgs e
)

Visual Basic  Copy Code

Protected Overridable Sub OnItemSelecting( _
    e As ItemConfirmEventArgs _
)

 Parameters

e

An object, containing the event data.

 See Also