Initializes a new instance of the ElementAddedEventArgs class.
Namespace:
PerpetuumSoft.Reporting.DesignerAssembly: PerpetuumSoft.Reporting (in PerpetuumSoft.Reporting.dll) Version: 3.9.0.1
Syntax
C# |
---|
public ElementAddedEventArgs( ReportControl control ) |
Visual Basic (Declaration) |
---|
Public Sub New ( _ control As ReportControl _ ) |
Visual C++ |
---|
public: ElementAddedEventArgs( ReportControl^ control ) |
Parameters
- control
- Type: PerpetuumSoft.Reporting.DOM..::.ReportControl