Property | Type | Description |
---|
Method | Description | |
---|---|---|
RowsInSection ( UITableView tableview, nint section ) : nint |
Method | Description | |
---|---|---|
CollectionChangedOnCollectionChanged ( object sender, |
||
CreateNSIndexPathArray ( int startingPosition, int count ) : NSIndexPath[] | ||
Dispose ( bool disposing ) : void | ||
GetItemAt ( NSIndexPath indexPath ) : object | ||
MvxTableViewSource ( |
||
MvxTableViewSource ( UITableView tableView ) : System | ||
TryDoAnimatedChange ( |
protected CollectionChangedOnCollectionChanged ( object sender, |
||
sender | object | |
args | ||
return | void |
protected static CreateNSIndexPathArray ( int startingPosition, int count ) : NSIndexPath[] | ||
startingPosition | int | |
count | int | |
return | NSIndexPath[] |
protected GetItemAt ( NSIndexPath indexPath ) : object | ||
indexPath | NSIndexPath | |
return | object |
protected MvxTableViewSource ( |
||
handle | ||
return | System |
protected MvxTableViewSource ( UITableView tableView ) : System | ||
tableView | UITableView | |
return | System |
public RowsInSection ( UITableView tableview, nint section ) : nint | ||
tableview | UITableView | |
section | nint | |
return | nint |
protected TryDoAnimatedChange ( |
||
args | ||
return | bool |