Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / RichTextEditor Class / OnHandleDestroyed Method
Event arguments


In This Topic
OnHandleDestroyed Method (RichTextEditor)
In This Topic
Occurs when the handle is destroyed.
Syntax
'Declaration
 
Protected Overrides Sub OnHandleDestroyed( _
   ByVal e As EventArgs _
) 
 
'Usage
 
Dim instance As RichTextEditor
Dim e As EventArgs
 
instance.OnHandleDestroyed(e)

Parameters

e
Event arguments
See Also