| |
Name |
Description |
|
Click
|
Occurs when the control is clicked. |
|
ContextMenuShowing
|
Fires when the user clicks the right mouse button in the client area, opening the context menu. |
|
DoubleClick
|
Occurs when the control is double clicked. |
|
Focusing
|
Occurs when the element first receives user input focus. |
|
GotFocus
|
Occurs when the element has received user input focus. |
|
HtmlChanged
|
Occurs when HTML is changed. |
|
KeyDown
|
Occurs when a key is first pressed. |
|
KeyPress
|
Occurs when the user presses and releases a key on the keyboard. |
|
KeyUp
|
Occurs when the user releases a key on the keyboard. |
|
LosingFocus
|
Occurs when the element is loosing user input focus. |
|
LostFocus
|
Occurs when the element has lost user input focus. |
|
MouseDown
|
Occurs when the mouse pointer is over the control and a mouse button is pressed. |
|
MouseEnter
|
Occurs when the mouse enters the visible part of the control. |
|
MouseLeave
|
Occurs when the mouse leaves the visible part of the control. |
|
MouseMove
|
Occurs when the mouse pointer is moved over the control. |
|
MouseOver
|
Occurs when the mouse remains stationary inside of the control for an amount of time. |
|
MouseUp
|
Occurs when the mouse pointer is over the control and the mouse button is released. |
|
MouseWheel
|
Fires when the mouse's wheel button is rotated. |
|
NewButtonClicked
|
Occurs when the new button is clicked. If you handle this event, then the default event handler (clearing the content) will not be executed. |
|
OpenButtonClicked
|
Occurs when the open button is clicked. If you handle this event then the default event handler (showing open file dialog box) will not be executed. |
|
Pasting
|
Occurs when an user is going to paste any content to the editor. |
|
SaveButtonClicked
|
Occurs when the save button is clicked. If you handle this event then the default event handle (showing save file dialog box) will not be executed. |
|
SelectingElement
|
Fires when the user is about to make a control selection of html element. |
|
SelectionChanged
|
Occurs when the current selection has changed |
|
SelectionStart
|
Fires when an HTML element is being selected. |