BinaryPowerTabPageCollectionBase
Base collection class for BinaryPowerTabPageCollection. This class is designed to be used internally, so it is advised that external code does not directly work this class as-is.
public class BinaryPowerTabPageCollectionBase<BinaryPowerTabPage> : CollectionBase
Inherits from / implements: CollectionBase
Remarks
Use the BinaryPowerTabPageCollection if you need to programatticaly work with the tab pages collection.
Members at a glance
BinaryPowerTabPageCollectionBase | Initializes a new instance of the BinaryPowerTabPageCollectionBase<BinaryPowerTabPage> class. |
IndexOf | Returns the position of a page in the collection. |
OnClear | Called before the collection is emptied. |
OnClearComplete | Called once the collection has been emptied. |
OnInsert | Called before an item is inserted into the collection. |
OnInsertComplete | Called once an item has been inserted into the collection. |
OnRemove | Called before an item is removed from the collection. |
OnRemoveComplete | Called once an item has been removed from the collection. |
Cleared | Raised once the collection has been emptied. |
Clearing | Raised before the collection is emptied. |
Inserted | Raised once an item has been added to the collection. |
Inserting | Raised before an item is added to the collection. |
Removed | Raised once an item has been taken out of the collection. |
Removing | Raised before an item is taken out of the collection. |
Constructors
BinaryPowerTabPageCollectionBase
Initializes a new instance of the BinaryPowerTabPageCollectionBase<BinaryPowerTabPage> class.
Methods
IndexOf
Returns the position of a page in the collection.
- value
- The page to look for.
Returns. Its zero-based index, or -1 if it is not in the collection.
OnClear
Called before the collection is emptied.
OnClearComplete
Called once the collection has been emptied.
OnInsert
Called before an item is inserted into the collection.
OnInsertComplete
Called once an item has been inserted into the collection.
OnRemove
Called before an item is removed from the collection.
OnRemoveComplete
Called once an item has been removed from the collection.
Events
Cleared
Raised once the collection has been emptied.
Clearing
Raised before the collection is emptied.
Inserted
Raised once an item has been added to the collection.
Inserting
Raised before an item is added to the collection.
Removed
Raised once an item has been taken out of the collection.
Removing
Raised before an item is taken out of the collection.