Horje
get datacontext of itemscontrol item c# Code Example
get datacontext of itemscontrol item c#
//assuming your itemssontrol items each have a click event:
private void Button_Click(object sender, RoutedEventArgs e) 
{ 
    var vm = (sender as FrameworkElement).DataContext; 
	//can cast to specific class type from here




Csharp

Related
bunifu form fade transition c# Code Example bunifu form fade transition c# Code Example
export2excel with logo and header and many table on one click stackoverflow Code Example export2excel with logo and header and many table on one click stackoverflow Code Example
enemy turret one direction ahooting script unity 2d Code Example enemy turret one direction ahooting script unity 2d Code Example
RadioButton IsChecked mapped to ENum xmal Code Example RadioButton IsChecked mapped to ENum xmal Code Example
c# .net stringify data query Code Example c# .net stringify data query Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
10