ActiveReports.Viewer3 Request technical support
TextUpdate Event
See Also 


Occurs when the control has formatted the text, but before the text is displayed.

Syntax

Visual Basic (Declaration) 
Public Event TextUpdate() As EventHandler
Visual Basic (Usage)Copy Code
Dim instance As ZoomCombo
Dim handler As EventHandler
 
AddHandler instance.TextUpdate, handler
C# 
public event EventHandler TextUpdate()

See Also