ActiveReports.Chart 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 WizardForm
Dim handler As EventHandler
 
AddHandler instance.RightToLeftLayoutChanged, handler
C# 
public event EventHandler RightToLeftLayoutChanged()

See Also