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