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





Creates a new instance of the CollectionChangedEventArgs class for events raised for the specified action and changing the specified old item with the new one.

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

 Syntax

C#  Copy Code

public CollectionChangedEventArgs (
    CollectionChangedAction action,
    Object newItem,
    Object oldItem
)

Visual Basic  Copy Code

Public New ( _
    action As CollectionChangedAction, _
    newItem As Object, _
    oldItem As Object _
)

 Parameters

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

Type: Object
The new item.

oldItem

Type: Object
The old item.

 See Also

CollectionChangedEventArgs Constructor Overload List
CollectionChangedEventArgs Class
MindFusion.Scheduling Namespace