Share via


MsHtmlEventHandler Delegate

Definition

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

Applies to