MsHtmlEventHandler Delegate
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Important
This API is not CLS-compliant.
Represents the delegate to handle events fired from IhtmlEvent.
public delegate void MsHtmlEventHandler(IHTMLEventObj ^ e);
[System.CLSCompliant(false)]
public delegate void MsHtmlEventHandler(IHTMLEventObj e);
[<System.CLSCompliant(false)>]
type MsHtmlEventHandler = delegate of IHTMLEventObj -> unit
Public Delegate Sub MsHtmlEventHandler(e As IHTMLEventObj)
Parameters
- Attributes