Public Events

  Name Description
Public event Click Occurs when the control is clicked.
Public event ContextMenuShowing Fires when the user clicks the right mouse button in the client area, opening the context menu.
Public event DoubleClick Occurs when the control is double clicked.
Public event Focusing Occurs when the element first receives user input focus.
Public event GotFocus Occurs when the element has received user input focus.
Public event HtmlChanged Occurs when HTML is changed.
Public event KeyDown Occurs when a key is first pressed.
Public event KeyPress Occurs when the user presses and releases a key on the keyboard.
Public event KeyUp Occurs when the user releases a key on the keyboard.
Public event LosingFocus Occurs when the element is loosing user input focus.
Public event LostFocus Occurs when the element has lost user input focus.
Public event MouseDown Occurs when the mouse pointer is over the control and a mouse button is pressed.
Public event MouseEnter Occurs when the mouse enters the visible part of the control.
Public event MouseLeave Occurs when the mouse leaves the visible part of the control.
Public event MouseMove Occurs when the mouse pointer is moved over the control.
Public event MouseOver Occurs when the mouse remains stationary inside of the control for an amount of time.
Public event MouseUp Occurs when the mouse pointer is over the control and the mouse button is released.
Public event MouseWheel Fires when the mouse's wheel button is rotated.
Public event 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.
Public event 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.
Public event Pasting Occurs when an user is going to paste any content to the editor.
Public event 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.
Public event SelectingElement Fires when the user is about to make a control selection of html element.
Public event SelectionChanged Occurs when the current selection has changed
Public event SelectionStart Fires when an HTML element is being selected.
Top

See Also