Click or drag to resize

DBElementBase Events

The DBElementBase type exposes the following members.

Events
  NameDescription
Public eventContainedElementAdded
Raised when an element was added to a collection (indirectly) contained in this element
Public eventContainedElementChanged
Raised when an element contained in this element was changed.
Public eventContainedElementRemoved
Raised when an element was removed from a collection (indirectly) contained in this element
Public eventHasBeenChanged
Raised when the implementing element has been changed
Public eventHasBeenRemoved
Raised when the implementing element has been removed from its container
Public eventPropertyChanged
Occurs when a property value changes. (INotifyPropertyChanged)
Top
See Also