ActiveReports.Viewer3 Request technical support
RightToLeftLayoutChanged Event
See Also 


Occurs when the value of the RightToLeftLayout property changes.

Syntax

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

See Also