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


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