Initializes a new instance of the ElementAddingEventArgs class.

Namespace:  PerpetuumSoft.Reporting.Designer
Assembly:  PerpetuumSoft.Reporting (in PerpetuumSoft.Reporting.dll) Version: 3.9.0.1

Syntax

C#
public ElementAddingEventArgs(
	ReportControl control
)
Visual Basic (Declaration)
Public Sub New ( _
	control As ReportControl _
)
Visual C++
public:
ElementAddingEventArgs(
	ReportControl^ control
)

See Also