Spread WinForms 15
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
Remarks
This event is raised if the HideSelectionChanged property is changed.
See Also