UIKit.UITableViewDelegate_Extensions Members

The members of UIKit.UITableViewDelegate_Extensions are listed below.

See Also: Inherited members from System.Object

Public Methods

static
AccessoryButtonTapped(this IUITableViewDelegate, UITableView, Foundation.NSIndexPath)
Indictes that the user has tapped the accessory / disclosure buttom at the specified indexPath.
static
AccessoryForRow(this IUITableViewDelegate, UITableView, Foundation.NSIndexPath) : UITableViewCellAccessory
The UITableViewCellAccessory for the specified indexPath.
static
CanPerformAction(this IUITableViewDelegate, UITableView, ObjCRuntime.Selector, Foundation.NSIndexPath, Foundation.NSObject) : bool
Whether the cell at the specified indexPath can perform the specified Copy or Paste operation.
static
CellDisplayingEnded(this IUITableViewDelegate, UITableView, UITableViewCell, Foundation.NSIndexPath)
Indicates that the cell has just been removed.
static
CustomizeMoveTarget(this IUITableViewDelegate, UITableView, Foundation.NSIndexPath, Foundation.NSIndexPath) : Foundation.NSIndexPath
Used to change a cell move destination, for example, to prevent dropping a cell in a certain position.
static
DidEndEditing(this IUITableViewDelegate, UITableView, Foundation.NSIndexPath)
Indicates that editing of the cell at the specified indexPath has finished.
static
EditActionsForRow(this IUITableViewDelegate, UITableView, Foundation.NSIndexPath) : UITableViewRowAction[]
Documentation for this section has not yet been entered.
static
EditingStyleForRow(this IUITableViewDelegate, UITableView, Foundation.NSIndexPath) : UITableViewCellEditingStyle
The UITableViewCellEditingStyle for the specified indexPath.
static
EstimatedHeight(this IUITableViewDelegate, UITableView, Foundation.NSIndexPath) : nfloat
An estimate of the height for the specified indexPath. Implementations should perform minimal calculation, as it is called repeatedly.
static
EstimatedHeightForFooter(this IUITableViewDelegate, UITableView, nint) : nfloat
The estimated height of the footer of the specified section.
static
EstimatedHeightForHeader(this IUITableViewDelegate, UITableView, nint) : nfloat
The estimated height of the header of the specified section.
static
FooterViewDisplayingEnded(this IUITableViewDelegate, UITableView, UIView, nint)
Indicates that the footerView of the specified section has been removed.
static
GetHeightForFooter(this IUITableViewDelegate, UITableView, nint) : nfloat
The height of the footer for the specified section.
static
GetHeightForHeader(this IUITableViewDelegate, UITableView, nint) : nfloat
The height of the header for the specified section.
static
GetHeightForRow(this IUITableViewDelegate, UITableView, Foundation.NSIndexPath) : nfloat
The height of the cell at the specified indexPath.
static
GetViewForFooter(this IUITableViewDelegate, UITableView, nint) : UIView
The view used for the footer of the specified section.
static
GetViewForHeader(this IUITableViewDelegate, UITableView, nint) : UIView
The view used for the header of the specified section.
static
HeaderViewDisplayingEnded(this IUITableViewDelegate, UITableView, UIView, nint)
Indicates that the header of the specified section has been removed.
static
IndentationLevel(this IUITableViewDelegate, UITableView, Foundation.NSIndexPath) : nint
The indentation level for the cell at the specified indexPath.
static
PerformAction(this IUITableViewDelegate, UITableView, ObjCRuntime.Selector, Foundation.NSIndexPath, Foundation.NSObject)
Performs the specified Copy or Paste action.
static
RowDeselected(this IUITableViewDelegate, UITableView, Foundation.NSIndexPath)
Indicates that the cell at the specified indexPath has been deselected.
static
RowHighlighted(this IUITableViewDelegate, UITableView, Foundation.NSIndexPath)
Indicates that the cell at the specified indexPath has been highlighted.
static
RowSelected(this IUITableViewDelegate, UITableView, Foundation.NSIndexPath)
Indicates that the call at the specified indexPath has been selected.
static
RowUnhighlighted(this IUITableViewDelegate, UITableView, Foundation.NSIndexPath)
Indicates that the cell at the specified indexPath has been unhighlighted.
static
ShouldHighlightRow(this IUITableViewDelegate, UITableView, Foundation.NSIndexPath) : bool
Whether the cell at the specified indexPath should be highlighted.
static
ShouldIndentWhileEditing(this IUITableViewDelegate, UITableView, Foundation.NSIndexPath) : bool
Whether the cell at the specified indexPath should be indented while it is being edited.
static
ShouldShowMenu(this IUITableViewDelegate, UITableView, Foundation.NSIndexPath) : bool
Whether the cell at the specified rowAtIndexPath should show an action menu.
static
TitleForDeleteConfirmation(this IUITableViewDelegate, UITableView, Foundation.NSIndexPath) : string
When overridden, changes the default title of the delete confirmation button.
static
WillBeginEditing(this IUITableViewDelegate, UITableView, Foundation.NSIndexPath)
Indicates that the cell at the specified indexPath is about to be edited.
static
WillDeselectRow(this IUITableViewDelegate, UITableView, Foundation.NSIndexPath) : Foundation.NSIndexPath
Indicates that the cell at the specified indexPath is about to be deselected.
static
WillDisplay(this IUITableViewDelegate, UITableView, UITableViewCell, Foundation.NSIndexPath)
Indicates that the cell at the specified indexPath is about to be shown.
static
WillDisplayFooterView(this IUITableViewDelegate, UITableView, UIView, nint)
Indicates that the footer view for the specified section is about to be shown.
static
WillDisplayHeaderView(this IUITableViewDelegate, UITableView, UIView, nint)
Indicates that the header view of the specified section is about to be shown.
static
WillSelectRow(this IUITableViewDelegate, UITableView, Foundation.NSIndexPath) : Foundation.NSIndexPath
Indicates the the cell at the specified indexPath is about to be selected.