| KryptonWorkspaceCollection Events | 
The KryptonWorkspaceCollection 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.) | 
|  | MaximizeRestoreClicked | 
            Occurs when the user clicks the maximize/restore button.
             | 
|  | PropertyChanged | 
            Occurs after a change has occured to the collection.
             | 
|  | 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