[]
        
(Showing Draft Content)

GrapeCity.Wpf.SpreadSheet.CellType.Editors.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 indicating whether the changing action is cancelled.

string result

A string value indicating the result after changing action.