Spread Windows Forms 15.0
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)
    protected override void OnEditTextChanged( 
       object sender,
       EventArgs e
    )

    Parameters

    sender
    Source object
    e
    Event data
    See Also