Enum TableViewEditAction
Specifies the action to take when editing a cell in TableView.
public enum TableViewEditAction
Fields
Cancel = 0Cancel editing and revert to the original value.
Commit = 1Commit the edit and save the new value.
Specifies the action to take when editing a cell in TableView.
public enum TableViewEditAction
Cancel = 0Cancel editing and revert to the original value.
Commit = 1Commit the edit and save the new value.