ASP.NET Pack Programmer's Guide
CollectionChangedEventArgs Constructor (CollectionChangedAction)
See Also
 





Initializes a new instance of the CollectionChangedEventArgs class for events raised after the specified action.

Namespace: MindFusion.Scheduling
Package: MindFusion.Scheduling.WebForms

 Syntax

C#  Copy Code

public CollectionChangedEventArgs (
    CollectionChangedAction action
)

Visual Basic  Copy Code

Public New ( _
    action As CollectionChangedAction _
)

 Parameters

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

 See Also

CollectionChangedEventArgs Constructor Overload List
CollectionChangedEventArgs Class
MindFusion.Scheduling Namespace