| ContainedElementActionEventArgs Properties | 
The ContainedElementActionEventArgs type exposes the following members.
 Properties
Properties| Name | Description | |
|---|---|---|
|  | DriverID | 
            Gets or sets the driver ID of the database meta data which contains the element which was changed. 
             | 
|  | RelatedEventArgs | 
            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.
             | 
|  | TypeOfContainedElement | 
            Gets or sets the type of contained element which was changed. 
             | 
 See Also
See Also