Spread Windows Forms 15.0
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / TextChangingEventArgs Class / Result Property


In This Topic
    Result Property (TextChangingEventArgs)
    In This Topic
    Gets the value that indicates the result after the text is changed.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Result As String
    'Usage
     
    
    Dim instance As TextChangingEventArgs
    Dim value As String
     
    value = instance.Result
    public string Result {get;}

    Property Value

    A string that indicates the result after text is changed.
    Remarks
    The Result retrieves the new text which the old text was changed to.
    See Also