Skip to content

Instantly share code, notes, and snippets.

@joshayoung
Created July 19, 2021 23:31
Show Gist options
  • Save joshayoung/3939b97e3ecefce832ca3ec67bdff536 to your computer and use it in GitHub Desktop.
Save joshayoung/3939b97e3ecefce832ca3ec67bdff536 to your computer and use it in GitHub Desktop.
private void ButtonClickedEvent(object sender, EventArgs e)
{
var myViewModel = (MyViewModel)((BindableObject) sender).BindingContext;
// The rest of the code.
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment