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