Represents data about the code snippets for the specified script language.

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

Syntax

C#
public class RequestCodeSnippetsEventArgs : EventArgs
Visual Basic (Declaration)
Public Class RequestCodeSnippetsEventArgs _
	Inherits EventArgs
Visual C++
public ref class RequestCodeSnippetsEventArgs : public EventArgs

Inheritance Hierarchy

System..::.Object
  System..::.EventArgs
    PerpetuumSoft.Reporting.Designer..::.RequestCodeSnippetsEventArgs

See Also