Inheritance: System.EventArgs
 void HTMLDocumentEvents2.onreadystatechange(IHTMLEventObj pEvtObj)
 {
     if (doconreadystatechange != null)
     {
         HTMLDocumentEventArgs arg = new HTMLDocumentEventArgs(pEvtObj);
         doconreadystatechange(this, arg);
     }
 }
 void HTMLDocumentEvents2.onrowsinserted(IHTMLEventObj pEvtObj)
 {
     if (doconrowsinserted != null)
     {
         HTMLDocumentEventArgs arg = new HTMLDocumentEventArgs(pEvtObj);
         doconrowsinserted(this, arg);
     }
 }
 void HTMLDocumentEvents2.onrowenter(IHTMLEventObj pEvtObj)
 {
     if (doconrowenter != null)
     {
         HTMLDocumentEventArgs arg = new HTMLDocumentEventArgs(pEvtObj);
         doconrowenter(this, arg);
     }
 }
 void HTMLDocumentEvents2.ondataavailable(IHTMLEventObj pEvtObj)
 {
     if (docondataavialable != null)
     {
         HTMLDocumentEventArgs arg = new HTMLDocumentEventArgs(pEvtObj);
         docondataavialable(this, arg);
     }
 }
 void HTMLDocumentEvents2.ondatasetchanged(IHTMLEventObj pEvtObj)
 {
     if (docondatasetchanged != null)
     {
         HTMLDocumentEventArgs arg = new HTMLDocumentEventArgs(pEvtObj);
         docondatasetchanged(this, arg);
     }
 }
 void HTMLDocumentEvents2.onbeforeeditfocus(IHTMLEventObj pEvtObj)
 {
     if (doconbeforeeditfocus != null)
     {
         HTMLDocumentEventArgs arg = new HTMLDocumentEventArgs(pEvtObj);
         doconbeforeeditfocus(this, arg);
     }
 }
 void HTMLDocumentEvents2.ondatasetcomplete(IHTMLEventObj pEvtObj)
 {
     if (docondatasetcomplete != null)
     {
         HTMLDocumentEventArgs arg = new HTMLDocumentEventArgs(pEvtObj);
         docondatasetcomplete(this, arg);
     }
 }
 void HTMLDocumentEvents2.onselectionchange(IHTMLEventObj pEvtObj)
 {
     if (doconselectionchange != null)
     {
         HTMLDocumentEventArgs arg = new HTMLDocumentEventArgs(pEvtObj);
         doconselectionchange(this, arg);
     }
 }
 void HTMLDocumentEvents2.onfocusout(IHTMLEventObj pEvtObj)
 {
     if (doconfocusout != null)
     {
         HTMLDocumentEventArgs arg = new HTMLDocumentEventArgs(pEvtObj);
         doconfocusout(this, arg);
     }
 }
 void HTMLDocumentEvents2.ondeactivate(IHTMLEventObj pEvtObj)
 {
     if (docondeactivate != null)
     {
         HTMLDocumentEventArgs arg = new HTMLDocumentEventArgs(pEvtObj);
         docondeactivate(this, arg);
     }
 }
 void HTMLDocumentEvents2.onmouseup(IHTMLEventObj pEvtObj)
 {
     if (doconmouseup != null)
     {
         HTMLDocumentEventArgs arg = new HTMLDocumentEventArgs(pEvtObj);
         doconmouseup(this, arg);
     }
 }
 void HTMLDocumentEvents2.onkeydown(IHTMLEventObj pEvtObj)
 {
     if (doconkeydown != null)
     {
         HTMLDocumentEventArgs arg = new HTMLDocumentEventArgs(pEvtObj);
         doconkeydown(this, arg);
     }
 }
 bool HTMLDocumentEvents2.onhelp(IHTMLEventObj pEvtObj)
 {
     if (doconhelp != null)
     {
         HTMLDocumentEventArgs arg = new HTMLDocumentEventArgs(pEvtObj);
         doconhelp(this, arg);
         return arg.AllowDefault;
     }
     else
         return true; //Allow, default
 }
 bool HTMLDocumentEvents2.onhelp(IHTMLEventObj pEvtObj)
 {
     if (doconhelp != null)
     {
         HTMLDocumentEventArgs arg = new HTMLDocumentEventArgs(pEvtObj);
         doconhelp(this, arg);
         return(arg.AllowDefault);
     }
     else
     {
         return(true); //Allow, default
     }
 }
 void HTMLDocumentEvents2.onkeydown(IHTMLEventObj pEvtObj)
 {
     if (doconkeydown != null)
     {
         HTMLDocumentEventArgs arg = new HTMLDocumentEventArgs(pEvtObj);
         doconkeydown(this, arg);
     }
 }
 void HTMLDocumentEvents2.onrowenter(IHTMLEventObj pEvtObj)
 {
     if (doconrowenter != null)
     {
         HTMLDocumentEventArgs arg = new HTMLDocumentEventArgs(pEvtObj);
         doconrowenter(this, arg);
     }
 }
 void HTMLDocumentEvents2.onreadystatechange(IHTMLEventObj pEvtObj)
 {
     if (doconreadystatechange != null)
     {
         HTMLDocumentEventArgs arg = new HTMLDocumentEventArgs(pEvtObj);
         doconreadystatechange(this, arg);
     }
 }
 void HTMLDocumentEvents2.ondatasetchanged(IHTMLEventObj pEvtObj)
 {
     if (docondatasetchanged != null)
     {
         HTMLDocumentEventArgs arg = new HTMLDocumentEventArgs(pEvtObj);
         docondatasetchanged(this, arg);
     }
 }
 void HTMLDocumentEvents2.onrowsinserted(IHTMLEventObj pEvtObj)
 {
     if (doconrowsinserted != null)
     {
         HTMLDocumentEventArgs arg = new HTMLDocumentEventArgs(pEvtObj);
         doconrowsinserted(this, arg);
     }
 }
 void HTMLDocumentEvents2.ondatasetcomplete(IHTMLEventObj pEvtObj)
 {
     if (docondatasetcomplete != null)
     {
         HTMLDocumentEventArgs arg = new HTMLDocumentEventArgs(pEvtObj);
         docondatasetcomplete(this, arg);
     }
 }
 void HTMLDocumentEvents2.ondataavailable(IHTMLEventObj pEvtObj)
 {
     if (docondataavialable != null)
     {
         HTMLDocumentEventArgs arg = new HTMLDocumentEventArgs(pEvtObj);
         docondataavialable(this, arg);
     }
 }
 void HTMLDocumentEvents2.onbeforeeditfocus(IHTMLEventObj pEvtObj)
 {
     if (doconbeforeeditfocus != null)
     {
         HTMLDocumentEventArgs arg = new HTMLDocumentEventArgs(pEvtObj);
         doconbeforeeditfocus(this, arg);
     }
 }
 void HTMLDocumentEvents2.onselectionchange(IHTMLEventObj pEvtObj)
 {
     if (doconselectionchange != null)
     {
         HTMLDocumentEventArgs arg = new HTMLDocumentEventArgs(pEvtObj);
         doconselectionchange(this, arg);
     }
 }
 void HTMLDocumentEvents2.onfocusout(IHTMLEventObj pEvtObj)
 {
     if (doconfocusout != null)
     {
         HTMLDocumentEventArgs arg = new HTMLDocumentEventArgs(pEvtObj);
         doconfocusout(this, arg);
     }
 }
 void HTMLDocumentEvents2.ondeactivate(IHTMLEventObj pEvtObj)
 {
     if (docondeactivate != null)
     {
         HTMLDocumentEventArgs arg = new HTMLDocumentEventArgs(pEvtObj);
         docondeactivate(this, arg);
     }
 }
 void HTMLDocumentEvents2.onmouseup(IHTMLEventObj pEvtObj)
 {
     if (doconmouseup != null)
     {
         HTMLDocumentEventArgs arg = new HTMLDocumentEventArgs(pEvtObj);
         doconmouseup(this, arg);
     }
 }