IUITableViewDelegate
AccessoryButtonTapped(IUITableViewDelegate, UITableView, NSIndexPath)
AccessoryForRow(IUITableViewDelegate, UITableView, NSIndexPath)
CanFocusRow(IUITableViewDelegate, UITableView, NSIndexPath)
CanPerformAction(IUITableViewDelegate, UITableView, Selector, NSIndexPath, NSObject)
CanPerformPrimaryAction(IUITableViewDelegate, UITableView, NSIndexPath)
CellDisplayingEnded(IUITableViewDelegate, UITableView, UITableViewCell, NSIndexPath)
CustomizeMoveTarget(IUITableViewDelegate, UITableView, NSIndexPath, NSIndexPath)
DidBeginMultipleSelectionInteraction(IUITableViewDelegate, UITableView, NSIndexPath)
DidEndEditing(IUITableViewDelegate, UITableView, NSIndexPath)
DidEndMultipleSelectionInteraction(IUITableViewDelegate, UITableView)
DidUpdateFocus(IUITableViewDelegate, UITableView, UITableViewFocusUpdateContext, UIFocusAnimationCoordinator)
EditActionsForRow(IUITableViewDelegate, UITableView, NSIndexPath)
EditingStyleForRow(IUITableViewDelegate, UITableView, NSIndexPath)
EstimatedHeight(IUITableViewDelegate, UITableView, NSIndexPath)
EstimatedHeightForFooter(IUITableViewDelegate, UITableView, nint)
EstimatedHeightForFooter(IUITableViewDelegate, UITableView, nint)
EstimatedHeightForHeader(IUITableViewDelegate, UITableView, nint)
EstimatedHeightForHeader(IUITableViewDelegate, UITableView, nint)
FooterViewDisplayingEnded(IUITableViewDelegate, UITableView, UIView, nint)
FooterViewDisplayingEnded(IUITableViewDelegate, UITableView, UIView, nint)
GetContextMenuConfiguration(IUITableViewDelegate, UITableView, NSIndexPath, CGPoint)
GetHeightForFooter(IUITableViewDelegate, UITableView, nint)
GetHeightForFooter(IUITableViewDelegate, UITableView, nint)
GetHeightForHeader(IUITableViewDelegate, UITableView, nint)
GetHeightForHeader(IUITableViewDelegate, UITableView, nint)
GetHeightForRow(IUITableViewDelegate, UITableView, NSIndexPath)
GetIndexPathForPreferredFocusedView(IUITableViewDelegate, UITableView)
GetLeadingSwipeActionsConfiguration(IUITableViewDelegate, UITableView, NSIndexPath)
GetPreviewForDismissingContextMenu(IUITableViewDelegate, UITableView, UIContextMenuConfiguration)
GetPreviewForHighlightingContextMenu(IUITableViewDelegate, UITableView, UIContextMenuConfiguration)
GetSelectionFollowsFocusForRow(IUITableViewDelegate, UITableView, NSIndexPath)
GetTrailingSwipeActionsConfiguration(IUITableViewDelegate, UITableView, NSIndexPath)
GetViewForFooter(IUITableViewDelegate, UITableView, nint)
GetViewForFooter(IUITableViewDelegate, UITableView, nint)
GetViewForHeader(IUITableViewDelegate, UITableView, nint)
GetViewForHeader(IUITableViewDelegate, UITableView, nint)
HeaderViewDisplayingEnded(IUITableViewDelegate, UITableView, UIView, nint)
HeaderViewDisplayingEnded(IUITableViewDelegate, UITableView, UIView, nint)
IndentationLevel(IUITableViewDelegate, UITableView, NSIndexPath)
PerformAction(IUITableViewDelegate, UITableView, Selector, NSIndexPath, NSObject)
PerformPrimaryAction(IUITableViewDelegate, UITableView, NSIndexPath)
RowDeselected(IUITableViewDelegate, UITableView, NSIndexPath)
RowHighlighted(IUITableViewDelegate, UITableView, NSIndexPath)
RowSelected(IUITableViewDelegate, UITableView, NSIndexPath)
RowUnhighlighted(IUITableViewDelegate, UITableView, NSIndexPath)
ShouldBeginMultipleSelectionInteraction(IUITableViewDelegate, UITableView, NSIndexPath)
ShouldHighlightRow(IUITableViewDelegate, UITableView, NSIndexPath)
ShouldIndentWhileEditing(IUITableViewDelegate, UITableView, NSIndexPath)
ShouldShowMenu(IUITableViewDelegate, UITableView, NSIndexPath)
ShouldSpringLoadRow(IUITableViewDelegate, UITableView, NSIndexPath, IUISpringLoadedInteractionContext)
ShouldUpdateFocus(IUITableViewDelegate, UITableView, UITableViewFocusUpdateContext)
TitleForDeleteConfirmation(IUITableViewDelegate, UITableView, NSIndexPath)
WillBeginEditing(IUITableViewDelegate, UITableView, NSIndexPath)
WillDeselectRow(IUITableViewDelegate, UITableView, NSIndexPath)
WillDisplay(IUITableViewDelegate, UITableView, UITableViewCell, NSIndexPath)
WillDisplayContextMenu(IUITableViewDelegate, UITableView, UIContextMenuConfiguration, IUIContextMenuInteractionAnimating)
WillDisplayFooterView(IUITableViewDelegate, UITableView, UIView, nint)
WillDisplayFooterView(IUITableViewDelegate, UITableView, UIView, nint)
WillDisplayHeaderView(IUITableViewDelegate, UITableView, UIView, nint)
WillDisplayHeaderView(IUITableViewDelegate, UITableView, UIView, nint)
WillEndContextMenuInteraction(IUITableViewDelegate, UITableView, UIContextMenuConfiguration, IUIContextMenuInteractionAnimating)
WillPerformPreviewAction(IUITableViewDelegate, UITableView, UIContextMenuConfiguration, IUIContextMenuInteractionCommitAnimating)
WillSelectRow(IUITableViewDelegate, UITableView, NSIndexPath)
xamarintvos
namespace UIKit
{
[Protocol(Name = "UITableViewDelegate", WrapperType = typeof(UITableViewDelegateWrapper))]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "WillDisplay", ParameterByRef = new[] { false, false, false }, ParameterType = new[] { typeof(UITableView), typeof(UITableViewCell), typeof(NSIndexPath) }, Selector = "tableView:willDisplayCell:forRowAtIndexPath:")]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "AccessoryButtonTapped", ParameterByRef = new[] { false, false }, ParameterType = new[] { typeof(UITableView), typeof(NSIndexPath) }, Selector = "tableView:accessoryButtonTappedForRowWithIndexPath:")]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "RowSelected", ParameterByRef = new[] { false, false }, ParameterType = new[] { typeof(UITableView), typeof(NSIndexPath) }, Selector = "tableView:didSelectRowAtIndexPath:")]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "RowDeselected", ParameterByRef = new[] { false, false }, ParameterType = new[] { typeof(UITableView), typeof(NSIndexPath) }, Selector = "tableView:didDeselectRowAtIndexPath:")]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "PerformAction", ParameterByRef = new[] { false, false, false, false }, ParameterType = new[] { typeof(UITableView), typeof(Selector), typeof(NSIndexPath), typeof(NSObject) }, Selector = "tableView:performAction:forRowAtIndexPath:withSender:")]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "WillDisplayHeaderView", ParameterByRef = new[] { false, false, false }, ParameterType = new[] { typeof(UITableView), typeof(UIView), typeof(nint) }, Selector = "tableView:willDisplayHeaderView:forSection:")]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "WillDisplayFooterView", ParameterByRef = new[] { false, false, false }, ParameterType = new[] { typeof(UITableView), typeof(UIView), typeof(nint) }, Selector = "tableView:willDisplayFooterView:forSection:")]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "CellDisplayingEnded", ParameterByRef = new[] { false, false, false }, ParameterType = new[] { typeof(UITableView), typeof(UITableViewCell), typeof(NSIndexPath) }, Selector = "tableView:didEndDisplayingCell:forRowAtIndexPath:")]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "HeaderViewDisplayingEnded", ParameterByRef = new[] { false, false, false }, ParameterType = new[] { typeof(UITableView), typeof(UIView), typeof(nint) }, Selector = "tableView:didEndDisplayingHeaderView:forSection:")]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "FooterViewDisplayingEnded", ParameterByRef = new[] { false, false, false }, ParameterType = new[] { typeof(UITableView), typeof(UIView), typeof(nint) }, Selector = "tableView:didEndDisplayingFooterView:forSection:")]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "RowHighlighted", ParameterByRef = new[] { false, false }, ParameterType = new[] { typeof(UITableView), typeof(NSIndexPath) }, Selector = "tableView:didHighlightRowAtIndexPath:")]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "RowUnhighlighted", ParameterByRef = new[] { false, false }, ParameterType = new[] { typeof(UITableView), typeof(NSIndexPath) }, Selector = "tableView:didUnhighlightRowAtIndexPath:")]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "DidUpdateFocus", ParameterByRef = new[] { false, false, false }, ParameterType = new[] { typeof(UITableView), typeof(UITableViewFocusUpdateContext), typeof(UIFocusAnimationCoordinator) }, Selector = "tableView:didUpdateFocusInContext:withAnimationCoordinator:")]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "GetHeightForRow", ParameterByRef = new[] { false, false }, ParameterType = new[] { typeof(UITableView), typeof(NSIndexPath) }, ReturnType = typeof(nfloat), Selector = "tableView:heightForRowAtIndexPath:")]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "GetHeightForHeader", ParameterByRef = new[] { false, false }, ParameterType = new[] { typeof(UITableView), typeof(nint) }, ReturnType = typeof(nfloat), Selector = "tableView:heightForHeaderInSection:")]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "GetHeightForFooter", ParameterByRef = new[] { false, false }, ParameterType = new[] { typeof(UITableView), typeof(nint) }, ReturnType = typeof(nfloat), Selector = "tableView:heightForFooterInSection:")]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "GetViewForHeader", ParameterByRef = new[] { false, false }, ParameterType = new[] { typeof(UITableView), typeof(nint) }, ReturnType = typeof(UIView), Selector = "tableView:viewForHeaderInSection:")]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "GetViewForFooter", ParameterByRef = new[] { false, false }, ParameterType = new[] { typeof(UITableView), typeof(nint) }, ReturnType = typeof(UIView), Selector = "tableView:viewForFooterInSection:")]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "WillSelectRow", ParameterByRef = new[] { false, false }, ParameterType = new[] { typeof(UITableView), typeof(NSIndexPath) }, ReturnType = typeof(NSIndexPath), Selector = "tableView:willSelectRowAtIndexPath:")]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "WillDeselectRow", ParameterByRef = new[] { false, false }, ParameterType = new[] { typeof(UITableView), typeof(NSIndexPath) }, ReturnType = typeof(NSIndexPath), Selector = "tableView:willDeselectRowAtIndexPath:")]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "EditingStyleForRow", ParameterByRef = new[] { false, false }, ParameterType = new[] { typeof(UITableView), typeof(NSIndexPath) }, ReturnType = typeof(UITableViewCellEditingStyle), Selector = "tableView:editingStyleForRowAtIndexPath:")]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "ShouldIndentWhileEditing", ParameterByRef = new[] { false, false }, ParameterType = new[] { typeof(UITableView), typeof(NSIndexPath) }, ReturnType = typeof(bool), Selector = "tableView:shouldIndentWhileEditingRowAtIndexPath:")]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "CustomizeMoveTarget", ParameterByRef = new[] { false, false, false }, ParameterType = new[] { typeof(UITableView), typeof(NSIndexPath), typeof(NSIndexPath) }, ReturnType = typeof(NSIndexPath), Selector = "tableView:targetIndexPathForMoveFromRowAtIndexPath:toProposedIndexPath:")]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "IndentationLevel", ParameterByRef = new[] { false, false }, ParameterType = new[] { typeof(UITableView), typeof(NSIndexPath) }, ReturnType = typeof(nint), Selector = "tableView:indentationLevelForRowAtIndexPath:")]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "ShouldShowMenu", ParameterByRef = new[] { false, false }, ParameterType = new[] { typeof(UITableView), typeof(NSIndexPath) }, ReturnType = typeof(bool), Selector = "tableView:shouldShowMenuForRowAtIndexPath:")]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "CanPerformAction", ParameterByRef = new[] { false, false, false, false }, ParameterType = new[] { typeof(UITableView), typeof(Selector), typeof(NSIndexPath), typeof(NSObject) }, ReturnType = typeof(bool), Selector = "tableView:canPerformAction:forRowAtIndexPath:withSender:")]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "ShouldHighlightRow", ParameterByRef = new[] { false, false }, ParameterType = new[] { typeof(UITableView), typeof(NSIndexPath) }, ReturnType = typeof(bool), Selector = "tableView:shouldHighlightRowAtIndexPath:")]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "EstimatedHeight", ParameterByRef = new[] { false, false }, ParameterType = new[] { typeof(UITableView), typeof(NSIndexPath) }, ReturnType = typeof(nfloat), Selector = "tableView:estimatedHeightForRowAtIndexPath:")]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "EstimatedHeightForHeader", ParameterByRef = new[] { false, false }, ParameterType = new[] { typeof(UITableView), typeof(nint) }, ReturnType = typeof(nfloat), Selector = "tableView:estimatedHeightForHeaderInSection:")]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "EstimatedHeightForFooter", ParameterByRef = new[] { false, false }, ParameterType = new[] { typeof(UITableView), typeof(nint) }, ReturnType = typeof(nfloat), Selector = "tableView:estimatedHeightForFooterInSection:")]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "CanFocusRow", ParameterByRef = new[] { false, false }, ParameterType = new[] { typeof(UITableView), typeof(NSIndexPath) }, ReturnType = typeof(bool), Selector = "tableView:canFocusRowAtIndexPath:")]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "ShouldUpdateFocus", ParameterByRef = new[] { false, false }, ParameterType = new[] { typeof(UITableView), typeof(UITableViewFocusUpdateContext) }, ReturnType = typeof(bool), Selector = "tableView:shouldUpdateFocusInContext:")]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "GetIndexPathForPreferredFocusedView", ParameterByRef = new[] { false }, ParameterType = new[] { typeof(UITableView) }, ReturnType = typeof(NSIndexPath), Selector = "indexPathForPreferredFocusedViewInTableView:")]
public interface IUITableViewDelegate : INativeObject, IDisposable, IUIScrollViewDelegate
}
| nuget.org | 0.0 % Reference this API 0.0 % Derive from this class or interface |
|---|---|
| .NET | 6.07.08.09.0 |
Information specific to xamarintvos | |
| Assembly | Xamarin.TVOS , Version=0.0.0.0, PublicKeyToken=84e04ff9cfb79065 |
| Referencing | The API is automatically referenced. |
| Platform Restrictions | This framework does not have platform annotations. |
- Built-in API
- Package-provided API