Class ComboBoxTableDelegate
Autocomplete Table Delegate class
Inheritance
System.Object
ComboBoxTableDelegate
Namespace: Syncfusion.iOS.ComboBox
Assembly: Syncfusion.SfComboBox.iOS.dll
Syntax
public class ComboBoxTableDelegate : UITableViewDelegate
Constructors
ComboBoxTableDelegate(SfComboBox)
Initializes a new instance of the ComboBoxTableDelegate class.
Declaration
public ComboBoxTableDelegate(SfComboBox controller)
Parameters
Type | Name | Description |
---|---|---|
SfComboBox | 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 |
Dispose(Boolean)
Sf ComboBox Dispose event.
Declaration
protected override void Dispose(bool disposing)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | disposing |
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. |