StiCodeDomEventHelper Class
Namespace: Stimulsoft.Report.CodeDom
Describes the class which helps generate GetEventMethod for CodeDom serializator.
Methods
| Method | Returns | Description |
|---|---|---|
GetEventMethod static |
string | Returns body of event handlers. |
Method Details
GetEventMethod static
GetEventMethod(ev: StiEvent, report: StiReport): string
Returns body of event handlers.
Parameters
- ev (StiEvent)
- report (StiReport)
Returns string