Spread Windows Forms 15.0
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / GcTimeSpan Class / OnTextChanged Method
An System.EventArgs that contains the event data.


In This Topic
    OnTextChanged Method (GcTimeSpan)
    In This Topic
    Syntax
    'Declaration
     
    
    Protected Overrides Sub OnTextChanged( _
       ByVal e As EventArgs _
    ) 
    'Usage
     
    
    Dim instance As GcTimeSpan
    Dim e As EventArgs
     
    instance.OnTextChanged(e)
    protected override void OnTextChanged( 
       EventArgs e
    )

    Parameters

    e
    An System.EventArgs that contains the event data.
    See Also