event handler for WebBrowser control onpropertychange events - sender and e objects are null
- 阅读更多 关于 event handler for WebBrowser control onpropertychange events - sender and e objects are null
问题 In C#, I am running the WebBrowser (WB) control in a server-side thread and want to monitor (listen) for "onpropertychange" events. I can successfully attach a .NET delegate signature method that is executed when a property changes, but the sender and e objects are both null in every call to qEventHndlr, therefore, I don't know which property changed to fire the event. el is an HTMLElement that is iterated in a foreach loop to attach the eventhandler to each element to monitor (listen). el