ComponentOne Xamarin.iOS
GetReusableItemView Method


C1.iOS.Input Assembly > C1.iOS.Input Namespace > ComboBoxItemLoadingEventArgs Class : GetReusableItemView Method
The cell identifier.
Gets a reusable item view.
Syntax
'Declaration
 
Public Function GetReusableItemView( _
   ByVal cellIdentifier As String _
) As UIKit.UITableViewCell
'Usage
 
Dim instance As ComboBoxItemLoadingEventArgs
Dim cellIdentifier As String
Dim value As UIKit.UITableViewCell
 
value = instance.GetReusableItemView(cellIdentifier)
public UIKit.UITableViewCell GetReusableItemView( 
   string cellIdentifier
)

Parameters

cellIdentifier
The cell identifier.
See Also

Reference

ComboBoxItemLoadingEventArgs Class
ComboBoxItemLoadingEventArgs Members