Declares the Insert event.
Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling.WebForms
C#
![]() |
---|
public event EventHandler<CollectionItemInsertEventArgs<T>> InsertEvent |
Visual Basic
![]() |
---|
Public Event InsertEvent As EventHandler(Of CollectionItemInsertEventArgs(Of T)) |
An instance of the CollectionItemInsertEventArgs class that provides data for the event.