Skip to content

Instantly share code, notes, and snippets.

@jfromaniello
Created November 17, 2009 14:42
Show Gist options
  • Save jfromaniello/236939 to your computer and use it in GitHub Desktop.
Save jfromaniello/236939 to your computer and use it in GitHub Desktop.
<Button Content="Divide (Attachment w/ Defaults)"
cm:Message.Attach="Divide" />
<Button Content="Divide (Attachment w/ Default Trigger/Message and Explicit Parameters)"
cm:Message.Attach="Divide(left.Text, right.Text) : DivideResult.Text" />
<Button Content="Divide (Attachment w/ Inferred Parameters)"
cm:Message.Attach="[Event Click] = [Action Divide]" />
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment