EmailAddressChanged method

void EmailAddressChanged(
  1. ComplexProperty complexProperty
)
E-mail address was changed. Property that changed.

Implementation

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