The following tables list the members exposed by CommandElementCollection.
Name | Description | |
---|---|---|
disposed | Determines if this object is disposed; | |
initialized | Initialized flag |
Name | Description | |
---|---|---|
Capacity | Gets or sets the number of elements that the CollectionBase can contain. (Inherited from System.Collections.CollectionBase) | |
Count | Gets the number of elements contained in the CollectionBase instance. (Inherited from System.Collections.CollectionBase) |
Name | Description | |
---|---|---|
InnerList | Gets an ArrayList containing the list of elements in the CollectionBase instance. (Inherited from System.Collections.CollectionBase) | |
List | Gets an IList containing the list of elements in the CollectionBase instance. (Inherited from System.Collections.CollectionBase) |
Name | Description | |
---|---|---|
Clear | Removes all objects from the CollectionBase instance. (Inherited from System.Collections.CollectionBase) | |
Dispose | Overloaded. Disposes of the current object. | |
GetEnumerator | Returns an enumerator that iterates through the CollectionBase instance. (Inherited from System.Collections.CollectionBase) | |
RemoveAt | Removes the element at the specified index of the CollectionBase instance. (Inherited from System.Collections.CollectionBase) |
Name | Description | |
---|---|---|
Invalidate | Performs invalidating of chartUI core. | |
OnClear | Overridden. Before clear implementation of CollectionBase class | |
OnClearComplete | Performs additional custom processes after clearing the contents of the CollectionBase instance. (Inherited from System.Collections.CollectionBase) | |
OnDispose | This method can be overrided from succesors in order to dispose their internal fields. | |
OnInsert | Performs additional custom processes before inserting a new element into the CollectionBase instance. (Inherited from System.Collections.CollectionBase) | |
OnInsertComplete | Overridden. After insert implementation of CollectionBase class | |
OnRemove | Performs additional custom processes when removing an element from the CollectionBase instance. (Inherited from System.Collections.CollectionBase) | |
OnRemoveComplete | Overridden. After remove implementation of CollectionBase class | |
OnSet | Overridden. Before set ( replace ) implementation of CollectionBase class | |
OnSetComplete | Overridden. After set ( replace ) implementation of CollectionBase class | |
OnValidate | Performs additional custom processes when validating a value. (Inherited from System.Collections.CollectionBase) |