MindFusion.Scheduling for ASP.NET Programmer's Guide
CollectionChangedAction Enumeration
See Also
 





Specifies the action that has changed the collection.

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

 Syntax

C#  Copy Code

public enum CollectionChangedAction

Visual Basic  Copy Code

Public Enum CollectionChangedAction

 Members

  Member name Value Description

Add

0

An item has been added.

Remove

1

An item has been removed.

Replace

2

An item has been replaced.

Reset

3

The collection has been reset.

 See Also

MindFusion.Scheduling Namespace