StiFilterEventArgs Constructor (Boolean) |
Creates a new object of the type StiFilterEventArgs with specified arguments.
Namespace:
Stimulsoft.Report.Events
Assembly:
Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax public StiFilterEventArgs(
bool value
)
Public Sub New (
value As Boolean
)
Parameters
- value
- Type: SystemBoolean
Value indicates is an element filtered of not.
See Also