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


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

    Parameters

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