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