C# Class MVVMSidekick.Collections.DependencyCollectionViewProxyIncrementalLoader

Inheritance: DependencyCollectionViewIncrementalLoaderBase
Mostra file Open project: waynebaby/MVVM-Sidekick Class Usage Examples

Public Properties

Property Type Description
InnerLoaderProperty Windows.UI.Xaml.DependencyProperty

Public Methods

Method Description
DependencyCollectionViewProxyIncrementalLoader ( ) : System

Protected Methods

Method Description
OnCheckIfHasMoreItems ( ) : bool
OnLoadMoreItemsAsync ( uint count ) : IAsyncOperation

Method Details

DependencyCollectionViewProxyIncrementalLoader() public method

public DependencyCollectionViewProxyIncrementalLoader ( ) : System
return System

OnCheckIfHasMoreItems() final protected method

final protected OnCheckIfHasMoreItems ( ) : bool
return bool

OnLoadMoreItemsAsync() protected method

protected OnLoadMoreItemsAsync ( uint count ) : IAsyncOperation
count uint
return IAsyncOperation

Property Details

InnerLoaderProperty public_oe static_oe property

public static DependencyProperty,Windows.UI.Xaml InnerLoaderProperty
return Windows.UI.Xaml.DependencyProperty