StiGotoCompEventArgs Constructor |
Creates a new object of the type StiGotoCompArgs.
Namespace:
Stimulsoft.Report
Assembly:
Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax public StiGotoCompEventArgs(
StiComponent component
)
Public Sub New (
component As StiComponent
)
Parameters
- component
- Type: Stimulsoft.Report.ComponentsStiComponent
The component on which it is necessary to go on.
See Also