ContainedElementActionEventArgs Class |
Namespace: SD.LLBLGen.Pro.Core.EventArguments
The ContainedElementActionEventArgs type exposes the following members.
Name | Description | |
---|---|---|
ContainedElementActionEventArgs |
CTor
|
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.
|
Name | Description | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |