ActiveReports.Viewer3 Request technical support
FormatInfoChanged Event
See Also 


Occurs when the value of the FormatInfo property changes.

Syntax

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

See Also