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





Declares the Set event.

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

 Syntax

C#  Copy Code

public event EventHandler<CollectionItemSetEventArgs<T>> SetEvent

Visual Basic  Copy Code

Public Event SetEvent As EventHandler(Of CollectionItemSetEventArgs(Of T))

 Event Data

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

 See Also

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