Search
Calendar.OnItemDeselecting Method
See Also
 






Raises the ItemDeselecting event.

Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling

 Syntax

C#  Copy Code

protected virtual void OnItemDeselecting (
    ItemConfirmEventArgs e
)

Visual Basic  Copy Code

Protected Overridable Sub OnItemDeselecting( _
    e As ItemConfirmEventArgs _
)

 Parameters

e

An object, containing the event data.

 See Also