[]
Represents the method that will handle the HtmlEvent event of the editor.
public delegate void HtmlEventEventHandler(object sender, HtmlEventEventArgs e)
| Type | Name | Description |
|---|---|---|
| object | sender | The source of the event. |
| HtmlEventEventArgs | e | A HtmlEventEventArgs that contains the event data. |
| Name | Description |
|---|---|
| HtmlEventEventHandler(object, IntPtr) |
| Name | Description |
|---|---|
| BeginInvoke(object, HtmlEventEventArgs, AsyncCallback, object) | |
| EndInvoke(IAsyncResult) | |
| Invoke(object, HtmlEventEventArgs) |