ASP.NET Pack Programmer's Guide
Calendar.OnItemModified Method
See Also
 





Raises the ItemModified event.

Namespace: MindFusion.Scheduling.WebForms
Package: MindFusion.Scheduling.WebForms

 Syntax

C#  Copy Code

public void OnItemModified (
    ItemModifiedEventArgs e
)

Visual Basic  Copy Code

Public Sub OnItemModified ( _
    e As ItemModifiedEventArgs _
)

 Parameters

e
Type : ItemModifiedEventArgs
An ItemModifiedEventArgs object that holds the event data.

 See Also

Calendar Members
Calendar Class
MindFusion.Scheduling.WebForms Namespace