| ContainedElementActionEventArgs Constructor  | 
            CTor
            
 
Namespace: SD.LLBLGen.Pro.Core.EventArgumentsAssembly: SD.LLBLGen.Pro.Core (in SD.LLBLGen.Pro.Core.dll) Version: 5.0.0.0 (5.0.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