MindFusion.Scheduling for ASP.NET Programmer's Guide
CollectionItemSetEventArgs(T) Class
See Also
 





A class that provides event data for events raised when an item in a strongly typed collection is set.

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

 Syntax

C#  Copy Code

public class CollectionItemSetEventArgs<T> : EventArgs

Visual Basic  Copy Code

Public Class CollectionItemSetEventArgs(Of T)
    Inherits EventArgs

 Inheritance Hierarchy

System.Object
    System.EventArgs
        MindFusion.Scheduling.CollectionItemSetEventArgs(T)

 See Also

CollectionItemSetEventArgs(T) Members
MindFusion.Scheduling Namespace