Spread Windows Forms 12.0 Product Documentation
Result Property (TextChangingEventArgs)


GrapeCity.Win.PluginInputMan Assembly > GrapeCity.Win.Spread.InputMan.CellType Namespace > TextChangingEventArgs Class : Result Property
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

Reference

TextChangingEventArgs Class
TextChangingEventArgs Members