RowEditFinishedArgs Properties
Contains data for the command bound to the RowEditFinishedCommand property.| Name | Description |
|---|---|
| Item | Gets a record in a data source. Inherited from EditArgs. |
| SourceIndex | Gets the index of the current record in a data source. Inherited from RowEditArgs. |
| Success | Gets whether a user committed changes made in a row. |
See Also