FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / DateTimeCellType Class / EditingCanceled Event


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