'Declaration Public Enum NotifyCollectionChangedAction Inherits System.Enum
public enum NotifyCollectionChangedAction : System.Enum
'Declaration Public Enum NotifyCollectionChangedAction Inherits System.Enum
public enum NotifyCollectionChangedAction : System.Enum
Member | Description |
---|---|
Add | One or more items were added to the collection. |
Move | One or more items were moved within the collection. |
Remove | One or more items were removed from the collection. |
Replace | One or more items were replaced in the collection. |
Reset | The content of the collection changed dramatically. |
System.Object
System.ValueType
System.Enum
C1.C1Schedule.NotifyCollectionChangedAction