StiValueEventArgs Constructor (Object) |
Creates a new object of the type StiValueEventArgs.
Namespace:
Stimulsoft.Report.Events
Assembly:
Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax public StiValueEventArgs(
Object value
)
Public Sub New (
value As Object
)
Parameters
- value
- Type: SystemObject
Value for event.
See Also