PropertyChanged method

void PropertyChanged(
  1. ComplexProperty complexProperty
)
Property changed. The complex property.

Implementation

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