Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / IEditor Interface / EditingStopped Event


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