tags:

views:

39

answers:

1

Is it possible to be notified if the location of an frame or iframe of an document in my System.Windows.Controls.WebBrowser changes?

LoadCompleted does not work for (i)frames.

A: 

Try the WebBrowser.Navigated event.

BlueCode