Click or drag to resize

ContainedElementActionEventArgs Properties

The ContainedElementActionEventArgs type exposes the following members.

Properties
  NameDescription
Public propertyDriverID
Gets or sets the driver ID of the database meta data which contains the element which was changed.
Public propertyRelatedEventArgs
Gets or sets the related event args which was send by the changed element. Use TypeOfContainedElement to determine the real type of this instance and to obtain its contents. For Added/Removed events, this is a ContainerEventArgs(Of T) where T is the type of the element added/removed.
Public propertyTypeOfContainedElement
Gets or sets the type of contained element which was changed.
Top
See Also