ActiveReports.Chart Request technical support
RightToLeftChanged Event
See Also 


Occurs when the RightToLeft property value changes.

Syntax

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

See Also