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.3.0.0 (5.3.0)
Syntax
public ContainedElementActionEventArgs(
	ContainedElementType typeOfContainedElement,
	EventArgs relatedEventArgs
)

Parameters

typeOfContainedElement
Type: SD.LLBLGen.Pro.Core.ContainedElementType
The type of contained element.
relatedEventArgs
Type: System.EventArgs
The event arguments instance containing the event data.
See Also