DBSchema Events | 
The DBSchema type exposes the following members.
| Name | Description | |
|---|---|---|
| ContainedElementAdded | 
            Raised when an element was added to a collection (indirectly) contained in this element
              (Inherited from DBElementBase.) | |
| ContainedElementChanged | 
            Raised when an element contained in this element was changed. 
              (Inherited from DBElementBase.) | |
| ContainedElementRemoved | 
            Raised when an element was removed from a collection (indirectly) contained in this element
              (Inherited from DBElementBase.) | |
| HasBeenChanged | 
            Raised when the implementing element has been changed
              (Inherited from DBElementBase.) | |
| HasBeenRemoved | 
            Raised when the implementing element has been removed from its container
              (Inherited from DBElementBase.) | |
| PropertyChanged | 
            Occurs when a property value changes. (INotifyPropertyChanged)
              (Inherited from DBElementBase.) |