Search
Calendar.OnItemModifying Method
See Also
 






Raises the ItemModifying event.

Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling

 Syntax

C#  Copy Code

protected virtual void OnItemModifying (
    ItemModifyConfirmEventArgs e
)

Visual Basic  Copy Code

Protected Overridable Sub OnItemModifying( _
    e As ItemModifyConfirmEventArgs _
)

 Parameters

e

An object, containing the event data.

 See Also