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