ContainedElementActionEventArgs Constructor  | 
 
            CTor
            
 
    Namespace: 
   SD.LLBLGen.Pro.Core.EventArguments
    Assembly:
   SD.LLBLGen.Pro.Core (in SD.LLBLGen.Pro.Core.dll) Version: 5.12.0.0 (5.12.0)
Syntaxpublic ContainedElementActionEventArgs(
	ContainedElementType typeOfContainedElement,
	EventArgs relatedEventArgs
)
Public Sub New ( 
	typeOfContainedElement As ContainedElementType,
	relatedEventArgs As EventArgs
)
Parameters
- typeOfContainedElement
 - Type: SD.LLBLGen.Pro.CoreContainedElementType
The type of contained element. - relatedEventArgs
 - Type: SystemEventArgs
The event arguments instance containing the event data. 
See Also