I have a wpf button like this:
<Button Click="button1_Click" Height="23" Margin="0,0,5,0" Name="button1" Width="75">Initiate</Button>
And I want to pass {Binding Code}
passed as parameter to the button1_click handler.
How do I go about this?
Disclaimer: really new to WPF
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…