Spread WinForms 15
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / EditBase Class / AutoSizeChanged Event


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