RowSwipedLeft

Typemessage
DictionaryDataGrid
LibraryData Grid
Syntax
on RowSwipedLeft
Associationsdatagrid
Summary

Sent when the user swipes a data grid row left.

Example
on RowSwipedLeft
   dispatch "DeleteIndex" to group "DataGrid" with the dgIndex of me
end RowSwipedLeft
RelatedProperty: enable swipe, left swipe control, right swipe control
Command: RowSwipeShowControlForIndexAndSide
Message: RowSwipeHideControl, RowSwipedRight, RowLeftSwipeControlClicked, RowLeftSwipeControlClicked, RowRightSwipeControlClicked, RowLeftSwipeControlHidden, RowRightSwipeControlHidden, GetLeftSwipeControl, GetRightSwipeControl
Description

RowSwipedLeft is sent to your data grid's custom row template when the user swipes a row of the data grid left. Handle RowSwipedLeft if you want to perform a custom action on a left swipe.

The default action is to show the right swipe control.