Spread WinForms 15
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / EditBase Class / RightToLeftChanged Event


In This Topic
RightToLeftChanged Event (EditBase)
In This Topic
Occurs when the RightToLeft property is changed.

This event is not relevant for this class.

Syntax
'Declaration
 
Public Event RightToLeftChanged As EventHandler
 
'Usage
 
Dim instance As EditBase
Dim handler As EventHandler
 
AddHandler instance.RightToLeftChanged, handler
Remarks
This event is raised if the RightToLeft property is changed.
See Also