ActiveReports.Viewer3 Request technical support
FormatStringChanged Event
See Also 


Occurs when value of the FormatString property changes

Syntax

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

See Also