Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / GeneralEditor Class / OnEditTextChanged Method
Source object
Event data


In This Topic
OnEditTextChanged Method (GeneralEditor)
In This Topic
Internal use only.
Syntax
'Declaration
 
Protected Overrides Sub OnEditTextChanged( _
   ByVal sender As Object, _
   ByVal e As EventArgs _
) 
 
'Usage
 
Dim instance As GeneralEditor
Dim sender As Object
Dim e As EventArgs
 
instance.OnEditTextChanged(sender, e)

Parameters

sender
Source object
e
Event data
See Also