Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / BaseCellType Class / EditingStopped Event


In This Topic
EditingStopped Event (BaseCellType)
In This Topic
Occurs when editing in the the editor control has been stopped by the user.
Syntax
'Declaration
 
Public Event EditingStopped As EventHandler
 
'Usage
 
Dim instance As BaseCellType
Dim handler As EventHandler
 
AddHandler instance.EditingStopped, handler
See Also