ASP.NET Pack 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
Package: 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

The new item.

oldItem

The old item.

 See Also

CollectionChangedEventArgs Constructor Overload List
CollectionChangedEventArgs Class
MindFusion.Scheduling Namespace