I open WPF application “A” via protocol from another WPF application “B”, I can handle this event in application “B”, using for example as in this code
if (activatedEventArgs != null)
{
app.OnProtocolActivated(activatedEventArgs);
}
but it is triggered only on the first call of the opening...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.