| C1.Win.C1Editor.4 Assembly > C1.Win.C1Editor Namespace : HtmlEventTypes Enumeration |
'Declaration Public Enum HtmlEventTypes Inherits System.Enum
public enum HtmlEventTypes : System.Enum
| Member | Description |
|---|---|
| Activate | HTML event when the object is set as the active element. |
| AfterUpdate | HTML event on a databound object after successfully updating the associated data in the data source object. |
| BeforeActivate | HTML event immediately before the object is set as the active element. |
| BeforeDeactivate | HTML event immediately before the activeElement is changed from the current object to another object in the parent document. |
| BeforeEditFocus | HTML event before an object contained in an editable element enters a UI-activated state or when an editable container object is control selected. |
| BeforeUpdate | HTML event on a databound object before updating the associated data in the data source object. |
| CellChange | HTML event when data changes in the data provider. |
| Click | HTML event when the user clicks the left mouse button on the object. |
| ContextMenu | HTML event when the user clicks the right mouse button in the client area, opening the context menu. |
| ControlSelect | HTML event when the user is about to make a control selection of the object. |
| DataAvailable | HTML event periodically as data arrives from data source objects that asynchronously transmit their data. |
| DatasetChanged | HTML event when the data set exposed by a data source object changes. |
| DatasetComplete | HTML event to indicate that all data is available from the data source object. |
| Deactivate | HTML event when the activeElement is changed from the current object to another object in the parent document. |
| DoubleClick | HTML event when the user double-clicks the object. |
| DragStart | HTML event on the source object when the user starts to drag a text selection or selected object. |
| ErrorUpdate | HTML event on a databound object when an error occurs while updating the associated data in the data source object. |
| FocusIn | event for an element just prior to setting focus on that element. |
| FocusOut | HTML event for the current element with focus immediately after moving focus to another element. |
| Help | HTML event when the user presses the F1 key while the client is the active window. |
| KeyDown | HTML event when the user presses a key. |
| KeyPress | HTML event when the user presses an alphanumeric key. |
| KeyUp | HTML event when the user releases a key. |
| MouseDown | HTML event when the user clicks the object with either mouse button. |
| MouseMove | HTML event when the user moves the mouse over the object. |
| MouseOut | HTML event when the user moves the mouse pointer outside the boundaries of the object. |
| MouseOver | HTML event when the user moves the mouse pointer into the object. |
| MouseUp | HTML event when the user releases a mouse button while the mouse is over the object. |
| MouseWheel | HTML event when the wheel button is rotated. |
| PropertyChange | HTML event when a property changes on the object. |
| ReadyState | HTML event when the state of the object has changed. |
| RowEnter | HTML event to indicate that the current row has changed in the data source and new data values are available on the object. |
| RowExit | HTML event just before the data source control changes the current row in the object. |
| RowInserted | HTML event just after new rows are inserted in the current recordset. |
| RowsDelete | HTML event when rows are about to be deleted from the recordset. |
| SelectionChange | HTML event when the selection state of a document changes. |
| SelectStart | HTML event when the object is being selected. |
| Stop | HTML event when the user clicks the Stop button or leaves the document. |
| Unknown | Unknown event type. |
System.Object
System.ValueType
System.Enum
C1.Win.C1Editor.HtmlEventTypes