Spread Windows Forms 17
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
    public event EventHandler RightToLeftChanged
    Remarks
    This event is raised if the RightToLeft property is changed.
    See Also