Initializes a new instance of the GetAvailableTemplateNamesEventArgs class.

Namespace:  PerpetuumSoft.Reporting.Components
Assembly:  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
)

See Also