Unicode Controls & Classes for VB6 - Version 4

ctlUniTextCodeHighlight.Update Event

Sent when an edit control is about to redraw itself. This notification message is sent after the control has formatted the text,
but before it displays the text. This makes it possible to resize the edit control window, if necessary.
Raised if the property [RaiseUpdateEvent] is enabled (by Default is False).

Syntax
Public Event Update ()
Parameters
Parameter Description
Remarks