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





Declares the AddComplete event.

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

 Syntax

C#  Copy Code

public event EventHandler<CollectionItemEventArgs<T>> AddComplete

Visual Basic  Copy Code

Public Event AddComplete As EventHandler(Of CollectionItemEventArgs(Of T))

 Event Data

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

 See Also

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