The properties of the TextBoxEditEventArgs class are listed below. For a complete list of TextBoxEditEventArgs class members, see the TextBoxEditEventArgs Members topic.
Cancel (inherited from CancelEventArgs) | Gets or sets a value indicating whether the event should be canceled. |
Cell | Gets the cell that was edited |
NewText | Gets the new text i.e. text that was input into the TextBox. |
OldText | Gets the old text i.e. text that was previously in the cell. |
TextBoxEditEventArgs Class | Resco.Controls.SmartGrid Namespace