SwipeButtonEventArgs(SwipeButtonInfo, Int32, Int32) Constructor
Initializes a new instance of the SwipeButtonEventArgs class.
Namespace: DevExpress.Mobile.DataGrid
Assembly: DevExpress.Mobile.Grid.v18.2.dll
#Declaration
public SwipeButtonEventArgs(
SwipeButtonInfo buttonInfo,
int rowHandle,
int sourceRowIndex
)
#Parameters
Name | Type | Description |
---|---|---|
button |
Swipe |
A Swipe |
row |
Int32 | An integer value that specifies the row handle. This value is assigned to the Row |
source |
Int32 | An integer value that specifies the row index in the data source. This value is assigned to the Source |
#Remarks
Important
This documentation topic describes legacy technology. We no longer develop new functionality for the Grid
Instances of the SwipeButtonEventArgs class are automatically created, initialized and passed to the corresponding event handlers.