Skip to main content
Visual Components are implemented in FRE for Windows.
This is a callback interface that is used for reporting events of mouse and keyboard input from the ImageViewer, ZoomViewer, DocumentViewer, TextEditor, TextValidator objects to the listeners. This interface is implemented on the client-side. See the detailed implementation advice for your development tool in Working with Connectable Objects.
The mouse and keyboard input events of Text Validator are, in fact, events of Text Editor built into Text Validator. They are used to monitor user input in Text Validator and, if necessary, respond to it. The input events of Text Validator which has been opened using the Check Spelling button of Text Editor, are translated to Text Editor (not to Text Validator).
An object receiving notifications through this interface’s methods may do the following inside the methods’ implementation:
  • Report information about mouse moving and clicking, key pressing, and scrolling.
  • Cancel operations.

Methods

See also

Working with Connectable Objects IImageViewerEvents IZoomViewerEvents IDocumentViewerEvents ITextEditorEvents ITextValidatorEvents