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





Raises the ItemCreated event.

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

 Syntax

C#  Copy Code

public void OnItemCreated (
    ItemEventArgs e
)

Visual Basic  Copy Code

Public Sub OnItemCreated ( _
    e As ItemEventArgs _
)

 Parameters

e
Type: ItemEventArgs
An ItemEventArgs object, that holds data for the event.

 See Also

Calendar Members
Calendar Class
MindFusion.Scheduling.WebForms Namespace