Initializes a new instance of the RequestCodeSnippetsEventArgs class.

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

Syntax

C#
public RequestCodeSnippetsEventArgs(
	ScriptLanguage language
)
Visual Basic (Declaration)
Public Sub New ( _
	language As ScriptLanguage _
)
Visual C++
public:
RequestCodeSnippetsEventArgs(
	ScriptLanguage language
)

See Also