WPF. Get clicked row item values -


i have datagrid. each row element of observablecollection declared in cs file. each datagridrow has column delete button , click event.

how corresponding element of observablecollection in button click event function?

if hook button's click event, sender should button. datacontext on button should row item:

private void button_click(object sender, routedeventargs e) {     myclass data = (sender frameworkelement).datacontext myclass; } 

Comments

Popular posts from this blog

iphone - Using nested NSDictionary with Picker -

javascript - Iterate over array and calculate average values of array-parts -

php - accessing mysql using different server to which db connection data is located -