Represents the method that will handle the CalculateParameters event.
Namespace:
PerpetuumSoft.Reporting.DOMAssembly: PerpetuumSoft.Reporting (in PerpetuumSoft.Reporting.dll) Version: 3.9.0.1
Syntax
C# |
---|
public delegate void CalculateSubReportParameterEventHandler( Object sender, CalculateSubReportParameterEventArgs e ) |
Visual Basic (Declaration) |
---|
Public Delegate Sub CalculateSubReportParameterEventHandler ( _ sender As Object, _ e As CalculateSubReportParameterEventArgs _ ) |
Visual C++ |
---|
public delegate void CalculateSubReportParameterEventHandler( Object^ sender, CalculateSubReportParameterEventArgs^ e ) |
Parameters
- sender
- Type: System..::.Object