Skip to content

Instantly share code, notes, and snippets.

@BMU-Verlag
Created July 30, 2019 13:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save BMU-Verlag/c9c9d1458b61e503bd9d2dc14b2f3c36 to your computer and use it in GitHub Desktop.
Save BMU-Verlag/c9c9d1458b61e503bd9d2dc14b2f3c36 to your computer and use it in GitHub Desktop.
protected void OnPropertyChanged(string propertyName)
{
PropertyChanged?.Invoke(this, new PropertyChangedEventArgs(propertyName));
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment