Name | Description | |
---|---|---|
EventCollection Constructor | Initializes a new instance of the EventCollection. |
The following tables list the members exposed by EventCollection.
Name | Description | |
---|---|---|
EventCollection Constructor | Initializes a new instance of the EventCollection. |
Name | Description | |
---|---|---|
Capacity | (Inherited from System.Collections.CollectionBase) | |
Count | (Inherited from System.Collections.CollectionBase) | |
Owner | Gets the owner of collection. (Inherited from C1.C1Preview.OwnedCollection) |
Name | Description | |
---|---|---|
InnerList | (Inherited from System.Collections.CollectionBase) | |
List | (Inherited from System.Collections.CollectionBase) |
Name | Description | |
---|---|---|
AssignFrom | Clears the current collection, and copies the items from another one. The items are copied by cloning, and must support the System.ICloneable interface (if an item that does not support is encountered, an exception occurs). (Inherited from C1.C1Preview.OwnedCollectionBase) | |
Clear | (Inherited from System.Collections.CollectionBase) | |
Exchange | Swap two items in collection. (Inherited from C1.C1Preview.OwnedCollectionBase) | |
IndexOf | Searches for the specified Object and returns the zero-based index of the first occurrence within the entire collection. (Inherited from C1.C1Preview.OwnedCollectionBase) | |
RemoveAt | (Inherited from System.Collections.CollectionBase) |
Name | Description | |
---|---|---|
AddInt | For internal use. (Inherited from C1.C1Preview.OwnedCollectionBase) | |
GetByIndex | For internal use. (Inherited from C1.C1Preview.OwnedCollectionBase) | |
InsertInt | For internal use. (Inherited from C1.C1Preview.OwnedCollectionBase) | |
OnClear | Overridden. Called when the collection is about to be cleared. Fires the EventCollection.Changing event. | |
OnClearComplete | Overridden. Called after the collection has been cleared. Fires the EventCollection.Changed event. | |
OnInsert | Overridden. Called when an item is about to be iserted. Fires the EventCollection.Changing event. | |
OnInsertComplete | Overridden. Called after an item has been inserted. Fires the EventCollection.Changed event. | |
OnRemove | Overridden. Called when an item is about to be removed. Fires the EventCollection.Changing event. | |
OnRemoveComplete | Overridden. Called after an item has been removed. Fires the EventCollection.Changed event. | |
OnSet | Overridden. Called when an item is about to be set. Fires the EventCollection.Changing event. | |
OnSetComplete | Overridden. Called after an item has been set. Fires the EventCollection.Changed event. | |
OnValidate | (Inherited from System.Collections.CollectionBase) | |
RemoveInt | For internal use. (Inherited from C1.C1Preview.OwnedCollectionBase) | |
SetByIndex | For internal use. (Inherited from C1.C1Preview.OwnedCollectionBase) |
Name | Description | |
---|---|---|
Changed | Occurs after a change has been made to the current collection. | |
Changing | Occurs when a change is about to be made to the current collection. |