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





Declares the Insert event.

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

 Syntax

C#  Copy Code

public event EventHandler<CollectionItemInsertEventArgs<T>> InsertEvent

Visual Basic  Copy Code

Public Event InsertEvent As EventHandler(Of CollectionItemInsertEventArgs(Of T))

 Event Data

An instance of the CollectionItemInsertEventArgs class that provides data for the event.

 See Also

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