Spread Windows Forms 15.0
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / EditBase Class / BorderStyleChanged Event


In This Topic
    BorderStyleChanged Event
    In This Topic
    Occurs when the BorderStyle property is changed.
    Syntax
    'Declaration
     
    
    Public Event BorderStyleChanged As EventHandler
    'Usage
     
    
    Dim instance As EditBase
    Dim handler As EventHandler
     
    AddHandler instance.BorderStyleChanged, handler
    public event EventHandler BorderStyleChanged
    Remarks
    This event is raised if the BorderStyle property is changed.
    See Also