StiUserDataInvokeConnect Method |
Raises the Connect event for this component.
Namespace:
Stimulsoft.Report.Dictionary
Assembly:
Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax public void InvokeConnect(
EventArgs e
)
Public Sub InvokeConnect (
e As EventArgs
)
Parameters
- e
- Type: SystemEventArgs
An EventArgs that contains the event data.
See Also