SearchFilterChanged method

void SearchFilterChanged(
  1. ComplexProperty complexProperty
)
A search filter has changed. The complex property.

Implementation

/* private */
void SearchFilterChanged(ComplexProperty complexProperty) {
  this.Changed();
}