Click or drag to resize
ContainedElementActionEventArgs Class
Custom event argument class which is used to signal a change in an element contained in the sender or in one of the elements contained (indirectly) in the sender, or an element was added to a collection contained in the sender or in one of the elements contained (indirectly) in the sender, or an element was removed from a collection contained in the sender or in one of the elements contained (indirectly) in the sender. The type of action (change, delete, addition) is determinable from the event, as there is one event per action.
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    SD.LLBLGen.Pro.Core.EventArgumentsContainedElementActionEventArgs

Namespace:  SD.LLBLGen.Pro.Core.EventArguments
Assembly:  SD.LLBLGen.Pro.Core (in SD.LLBLGen.Pro.Core.dll) Version: 5.3.0.0 (5.3.0)
Syntax
[SerializableAttribute]
public class ContainedElementActionEventArgs : EventArgs

The ContainedElementActionEventArgs type exposes the following members.

Constructors
  NameDescription
Public methodContainedElementActionEventArgs
CTor
Top
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
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also