Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SheetView Class / Disposing Event


In This Topic
Disposing Event
In This Topic
Fires when the SheetView is being disposed.
Syntax
'Declaration
 
Public Event Disposing As EventHandler
 
'Usage
 
Dim instance As SheetView
Dim handler As EventHandler
 
AddHandler instance.Disposing, handler
See Also