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





A class that holds data for events that are raised when an item in a strongly-typed collection changes.

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

 Syntax

C#  Copy Code

public class CollectionItemEventArgs<T> : EventArgs

Visual Basic  Copy Code

Public Class CollectionItemEventArgs(Of T)
    Inherits EventArgs

 Inheritance Hierarchy

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

 See Also

CollectionItemEventArgs(T) Members
MindFusion.Scheduling Namespace