ContainedElementActionEventArgsRelatedEventArgs Property |
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.
Namespace:
SD.LLBLGen.Pro.Core.EventArguments
Assembly:
SD.LLBLGen.Pro.Core (in SD.LLBLGen.Pro.Core.dll) Version: 5.9.0.0 (5.9.0)
Syntax public EventArgs RelatedEventArgs { get; set; }
Public Property RelatedEventArgs As EventArgs
Get
Set
Property Value
Type:
EventArgsSee Also