Events

WPF call main parent control in child control with event handler

Below is a simple example of a WPF solutio and explains how to call a parent control’s method in child control click event. In this case we will be using 1) Main window 2) Parent user control 3) Child user … Read More