'Declaration Public Event HtmlEvent As HtmlEventEventHandler
public event HtmlEventEventHandler HtmlEvent
Event Data
The event handler receives an argument of type HtmlEventEventArgs containing data related to this event. The following HtmlEventEventArgs properties provide information specific to this event.
Property | Description |
---|---|
HTMLEventObj | Gets information about an HTML event. |
Type | Gets the type of HTML event. |
See Also