开发者

System.Windows.Controls.WebBrowser and LoadCompleted for (i)Frames?

开发者 https://www.devze.com 2023-01-15 10:12 出处:网络
Is it possible to be notified if the location of an frame or iframe of an document in my System.Windows.Controls.WebBrowser changes?

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 d开发者_运维技巧oes not work for (i)frames.


Try the WebBrowser.Navigated event.

0

精彩评论

暂无评论...
验证码 换一张
取 消