Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

onafterupdate event in IHTMLDocument2

18 views
Skip to first unread message

Komal_Dutta

unread,
May 15, 2009, 7:45:01 AM5/15/09
to
Hi,

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

0 new messages