ActiveReports.Viewer3 Request technical support
FormattingEnabledChanged Event
See Also 


Occurs when the value of the FormattingEnabled property changes.

Syntax

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

See Also