MindFusion.Scheduling for ASP.NET Programmer's Guide
StateCollection(T).OnAdd Method
See Also
 





Raises the Add event.

Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling.WebForms

 Syntax

C#  Copy Code

protected virtual void OnAdd (
    T item
)

Visual Basic  Copy Code

Protected Overridable Sub OnAdd( _
    item As T _
)

 Parameters

item
Type: T
The item to add.

 See Also

StateCollection(T) Members
StateCollection(T) Class
MindFusion.Scheduling Namespace