Initializes a new instance of the RequestCodeSnippetsEventArgs class.
Namespace:
PerpetuumSoft.Reporting.DesignerAssembly: 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 ) |
Parameters
- language
- Type: PerpetuumSoft.Reporting.DOM..::.ScriptLanguage