Occures to get the code snippets by the specified script language.
Namespace:
PerpetuumSoft.Reporting.DesignerAssembly: PerpetuumSoft.Reporting (in PerpetuumSoft.Reporting.dll) Version: 3.9.0.1
Syntax
| C# |
|---|
public static event EventHandler<RequestCodeSnippetsEventArgs> RequestCodeSnippets |
| Visual Basic (Declaration) |
|---|
Public Shared Event RequestCodeSnippets As EventHandler(Of RequestCodeSnippetsEventArgs) |
| Visual C++ |
|---|
public: static event EventHandler<RequestCodeSnippetsEventArgs^>^ RequestCodeSnippets { void add (EventHandler<RequestCodeSnippetsEventArgs^>^ value); void remove (EventHandler<RequestCodeSnippetsEventArgs^>^ value); } |