alexa
menu

Xamarin.iOS

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download

    Show / Hide Table of Contents

    Class AutoCompleteTableDelegate

    Auto complete table delegate.

    Inheritance
    System.Object
    AutoCompleteTableDelegate
    Namespace: Syncfusion.SfAutoComplete.iOS
    Assembly: Syncfusion.SfAutoComplete.iOS.dll
    Syntax
    public class AutoCompleteTableDelegate : UITableViewDelegate

    Constructors

    AutoCompleteTableDelegate(SfAutoComplete)

    Initializes a new instance of the AutoCompleteTableDelegate class.

    Declaration
    public AutoCompleteTableDelegate(SfAutoComplete controller)
    Parameters
    Type Name Description
    SfAutoComplete controller

    auto complete controller

    Methods

    DecelerationEnded(UIScrollView)

    Deceleration Ended Method

    Declaration
    public override void DecelerationEnded(UIScrollView scrollview)
    Parameters
    Type Name Description
    UIKit.UIScrollView scrollview

    Scroll view

    DraggingEnded(UIScrollView, Boolean)

    Dragging Ended

    Declaration
    public override void DraggingEnded(UIScrollView scrollview, bool decelerate)
    Parameters
    Type Name Description
    UIKit.UIScrollView scrollview

    Scroll view

    System.Boolean decelerate

    Decelerate as boolean value

    DraggingStarted(UIScrollView)

    Dragging Started method

    Declaration
    public override void DraggingStarted(UIScrollView scrollview)
    Parameters
    Type Name Description
    UIKit.UIScrollView scrollview

    Scroll view

    RowSelected(UITableView, NSIndexPath)

    Row selected method

    Declaration
    public override void RowSelected(UITableView tableView, NSIndexPath indexPath)
    Parameters
    Type Name Description
    UIKit.UITableView tableView

    Table view

    Foundation.NSIndexPath indexPath

    Index path

    ScrollAnimationEnded(UIScrollView)

    Scroll Animation Ended method

    Declaration
    public override void ScrollAnimationEnded(UIScrollView scrollview)
    Parameters
    Type Name Description
    UIKit.UIScrollView scrollview

    Scroll view

    WillDisplay(UITableView, UITableViewCell, NSIndexPath)

    Wills the display.

    Declaration
    public override void WillDisplay(UITableView tableView, UITableViewCell cell, NSIndexPath indexPath)
    Parameters
    Type Name Description
    UIKit.UITableView tableView

    Table view.

    UIKit.UITableViewCell cell

    Cell View.

    Foundation.NSIndexPath indexPath

    Index path.

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved