Click or drag to resize

ContainedElementActionEventArgs Constructor

CTor

Namespace:  SD.LLBLGen.Pro.Core.EventArguments
Assembly:  SD.LLBLGen.Pro.Core (in SD.LLBLGen.Pro.Core.dll) Version: 5.6.0.0 (5.6.19.0117)
Syntax
public ContainedElementActionEventArgs(
	ContainedElementType typeOfContainedElement,
	EventArgs relatedEventArgs
)

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