StiComponentOnAfterPrint Method |
Raises the AfterPrint event.
Namespace:
Stimulsoft.Report.Components
Assembly:
Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax protected virtual void OnAfterPrint(
EventArgs e
)
Protected Overridable Sub OnAfterPrint (
e As EventArgs
)
Parameters
- e
- Type: SystemEventArgs
A parameter which contains event data.
See Also