AddressInformationChanged method

void AddressInformationChanged(
  1. ComplexProperty complexProperty
)
AddressInformation instance is changed. Changed property.

Implementation

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