Version

IEmbeddableTextBoxListener Interface Members

The following tables list the members exposed by IEmbeddableTextBoxListener.

Public Methods
 NameDescription
 MethodOnClickInvoked by the EmbeddableTextBox when its OnClick method is invoked.  
 MethodOnDoubleClickInvoked by the EmbeddableTextBox when its OnDoubleClick method is invoked.  
 MethodOnKeyDownCalled by the EmbeddableTextBox when its OnKeyDown method is called  
 MethodOnKeyPressCalled by the EmbeddableTextBox when its OnKeyPress method is called  
 MethodOnKeyUpCalled by the EmbeddableTextBox when its OnKeyUp method is called  
 MethodOnLeaveCalled by the EmbeddableTextBox when its OnLeave method is called  
 MethodOnMouseDownInvoked by the EmbeddableTextBox when its OnMouseDown method is invoked.  
 MethodOnMouseHoverInvoked by the EmbeddableTextBox when its OnMouseHover method is invoked.  
 MethodOnMouseMoveInvoked by the EmbeddableTextBox when its OnMouseMove method is invoked.  
 MethodOnMouseUpInvoked by the EmbeddableTextBox when its OnMouseUp method is invoked.  
 MethodOnMouseWheelCalled by the EmbeddableTextBox when its OnMouseWheel method is called  
 MethodOnTextChangedCalled by the EmbeddableTextBox when its text changes  
See Also