Search
Calendar.OnItemModificationCanceled Method
See Also
 






Raises the ItemModificationCanceled event.

Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling

 Syntax

C#  Copy Code

protected virtual void OnItemModificationCanceled (
    ItemEventArgs e
)

Visual Basic  Copy Code

Protected Overridable Sub OnItemModificationCanceled( _
    e As ItemEventArgs _
)

 Parameters

e

An object, containing the event data.

 See Also