Pass data from User Control to Parent page in Windows Phone 8.1
Pass data from User Control to Parent page in Windows Phone 8.1
While using User Controls in Windows Phone, we often get into a situation where we need to pass some kind of data from the user control to the parent page, when any operation is performed on the user control. Delegates can be used to pass data from the User Control to the Parent page. We reference C# Corner’s article to apply the same logic in Windows Phone 8.1
Step 1: Create a User Control
First…
View On WordPress















