Spread Windows Forms 12.0 Product Documentation
HideSelectionChanged Event


GrapeCity.Win.PluginInputMan Assembly > GrapeCity.Win.Spread.InputMan.CellType Namespace > EditBase Class : HideSelectionChanged Event
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

Reference

EditBase Class
EditBase Members