Skip to content

Instantly share code, notes, and snippets.

@kevingosse
Created January 12, 2016 21:15
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 kevingosse/015fbc45c2fc5b5b83b6 to your computer and use it in GitHub Desktop.
Save kevingosse/015fbc45c2fc5b5b83b6 to your computer and use it in GitHub Desktop.
private static void OnSourceChanged(DependencyObject sender, DependencyPropertyChangedEventArgs e)
{
(sender as AdaptiveImage)?.StartLoading();
}
private void StartLoading()
{
// TODO
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment