Search
Calendar.OnItemDeleted Method
See Also
 






Raises the ItemDeleted event.

Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling

 Syntax

C#  Copy Code

protected virtual void OnItemDeleted (
    ItemEventArgs e
)

Visual Basic  Copy Code

Protected Overridable Sub OnItemDeleted( _
    e As ItemEventArgs _
)

 Parameters

e

An object, containing the event data.

 See Also