[]
        
(Showing Draft Content)

GrapeCity.Win.Spread.InputMan.CellType.TextChangingEventArgs.-ctor

TextChangingEventArgs Constructor

TextChangingEventArgs(bool, string)

Initializes a new instance of the TextChangingEventArgs class.

Declaration
public TextChangingEventArgs(bool cancel, string result)
Public Sub New(cancel As Boolean, result As String)
Parameters
Type Name Description
bool cancel

A bool value that indicates whether the changing action is canceled.

string result

A string value that indicates the result after the changing action.