In This Topic
Syntax
'Declaration
Public Overridable Function CanMoveRow( _
ByVal As UIKit.UITableView, _
ByVal As Foundation.NSIndexPath _
) As Boolean
public virtual bool CanMoveRow(
UIKit.UITableView ,
Foundation.NSIndexPath
)
Parameters
- tableView
- indexPath
See Also