[]
        
(Showing Draft Content)

C1.Win.C1Editor.HtmlEventEventHandler

HtmlEventEventHandler Delegate

Represents the method that will handle the HtmlEvent event of the editor.

Namespace: C1.Win.C1Editor
Assembly: C1.Win.C1Editor.4.8.dll
Syntax
public delegate void HtmlEventEventHandler(object sender, HtmlEventEventArgs e)
Parameters
Type Name Description
object sender

The source of the event.

HtmlEventEventArgs e

A HtmlEventEventArgs that contains the event data.

Constructors

Name Description
HtmlEventEventHandler(object, IntPtr)

Methods

Name Description
BeginInvoke(object, HtmlEventEventArgs, AsyncCallback, object)
EndInvoke(IAsyncResult)
Invoke(object, HtmlEventEventArgs)