MindFusion.Scheduling for ASP.NET Programmer's Guide
CollectionChangedEventArgs Constructor (CollectionChangedAction, Object)
See Also
 





Initializes a new instance of the CollectionChangedEventArgs class for events raised for the specified action and changing the specified item.

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

 Syntax

C#  Copy Code

public CollectionChangedEventArgs (
    CollectionChangedAction action,
    Object changedItem
)

Visual Basic  Copy Code

Public New ( _
    action As CollectionChangedAction, _
    changedItem As Object _
)

 Parameters

action
Type: CollectionChangedAction
One of the CollectionChangedAction enumeration values that specifies the action, which has triggered the event.
changedItem

Type: Object
The item that has changed.

 See Also

CollectionChangedEventArgs Constructor Overload List
CollectionChangedEventArgs Class
MindFusion.Scheduling Namespace