Initializes a new instance of the GetAvailableTemplateNamesEventArgs class.
Namespace:
PerpetuumSoft.Reporting.ComponentsAssembly: PerpetuumSoft.Reporting (in PerpetuumSoft.Reporting.dll) Version: 3.9.0.1
Syntax
C# |
---|
public GetAvailableTemplateNamesEventArgs( StringCollection templateNames ) |
Visual Basic (Declaration) |
---|
Public Sub New ( _ templateNames As StringCollection _ ) |
Visual C++ |
---|
public: GetAvailableTemplateNamesEventArgs( StringCollection^ templateNames ) |
Parameters
- templateNames
- Type: System.Collections.Specialized..::.StringCollection