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.9.0.0 (5.9.0)
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