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

The item that has changed.

 See Also

CollectionChangedEventArgs Constructor Overload List
CollectionChangedEventArgs Class
MindFusion.Scheduling Namespace