WinUI | ComponentOne
WinUI | ComponentOne
C1.WinUI.DataFilter Assembly
/
C1.WinUI.DataFilter Namespace
/
Filter Class
/ SetField<T> Method
Type of property.
The previous value of property.
The new value of property.
The name of property.
Collapse All
Expand All
Language Filter: All
Language Filter: Multiple
Language Filter: Visual Basic
Language Filter: C#
C#
In This Topic
SetField<T> Method (Filter)
In This Topic
Compares two values of property and raises an
PropertyChanged
event if they are different.
Syntax
C#
protected
bool
SetField<
T
>(
ref
T
field
,
T
value
,
string
propertyName
)
Parameters
field
The previous value of property.
value
The new value of property.
propertyName
The name of property.
Type Parameters
T
Type of property.
Return Value
true - if values are different.
See Also
Reference
Filter Class
Filter Members