StiFilterEventArgs Class

Namespace: Stimulsoft.Report.Events

Describes an argument for the event Filter.

Inheritance

Inherits from: EventArgs

Constructors

Constructor Description
StiFilterEventArgs() Creates a new object of the type StiFilterEventArgs.
StiFilterEventArgs(bool value) Creates a new object of the type StiFilterEventArgs with specified arguments.

StiFilterEventArgs()

Creates a new object of the type StiFilterEventArgs.


StiFilterEventArgs(value: bool)

Creates a new object of the type StiFilterEventArgs with specified arguments.

Parameters

  • value (bool) — Value indicates is an element filtered of not.

Properties

Property Type Description
Value bool Gets or sets value indicates is an element filtered of not.