| KryptonPageCollection Events | 
The KryptonPageCollection type exposes the following members.
 Events
Events| Name | Description | |
|---|---|---|
|  | Cleared | 
            Occurs when an items have been removed from the collection.
            (Inherited from TypedCollectionT.) | 
|  | Clearing | 
            Occurs when an items are about to be removed from the collection.
            (Inherited from TypedCollectionT.) | 
|  | Inserted | 
            Occurs when an item has been added/inserted to the collection.
            (Inherited from TypedCollectionT.) | 
|  | Inserting | 
            Occurs when an item is about to be added/inserted to the collection.
            (Inherited from TypedCollectionT.) | 
|  | Removed | 
            Occurs when an item is removed from the collection.
            (Inherited from TypedCollectionT.) | 
|  | Removing | 
            Occurs when an item is about to be removed from the collection.
            (Inherited from TypedCollectionT.) | 
|  | Reordered | 
            Occurs when items have been reordered inside the collection.
            (Inherited from TypedCollectionT.) | 
 See Also
See Also