Hi I am having checkBox defined in DataTemplate which is defined in resource.Xaml file.I am using this DataTemplate in my user control. I am adding this dataTemplate dynamically to GridView. Now I want to fire checked event of checkBox. How will I attache the event? my Xaml is like this
<ListView>
<ListView.View>
<GridView></GridView>
</ListView.View>
</ListView>