C1.Win.C1Editor.4 Assembly > C1.Win.C1Editor Namespace > C1Editor Class : HtmlEvent Event |
'Declaration Public Event HtmlEvent As HtmlEventEventHandler
public event HtmlEventEventHandler HtmlEvent
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. |