Try it now
search
Preparing search index...
search
Preparing search index...
The search index is not available
EXPORTS
Loading...
FilterValueChangedEventArgs
constructor
filter
newValue
oldValue
source
Globals
FilterValueChangedEventArgs
Class FilterValueChangedEventArgs
Class used as the argument to the filterValueChanged event.
Index
Constructors
constructor
Properties
filter
newValue
oldValue
source
Constructors
constructor
new
FilterValueChangedEventArgs
(
source
:
any
,
filter
:
any
,
oldValue
:
any
,
newValue
:
any
,
)
:
FilterValueChangedEventArgs
Parameters
source
:
any
filter
:
any
oldValue
:
any
newValue
:
any
Returns
FilterValueChangedEventArgs
Properties
Readonly
filter
filter
:
any
Readonly
newValue
newValue
:
any
Readonly
oldValue
oldValue
:
any
Readonly
source
source
:
any
Class used as the argument to the filterValueChanged event.