Can u please tell me how to use the event onafterupdate in IHTMLDocument2.
I tried the following but it doesn't work:
mHTMLDocument.onafterupdate = new EventHandler(docEvents_onafterupdate);
void docEvents_onafterupdate(Object myObject, EventArgs myEventArgs)
{
MessageBox.Show("docEvents_onafterupdate");
}
Thanks,
Komal