RowSwipedRight

Typemessage
DictionaryDataGrid
LibraryData Grid
Syntax
on RowSwipedRight
Associationsdatagrid
Summary

Sent when the user swipes a data grid row right.

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

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

The default action is to show the left swipe control.