ActiveReports.Viewer3 Request technical support
RightToLeftLayoutChanged Event
See Also 


Occurs after the value of the RightToLeftLayout property changes.

Syntax

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

See Also