ClassQueryableCollectionView.CurrencyRefreshInfo
Class
Used to hold "old" currency info when DataLoadMode is Asynchronous and we need to refresh the currency after the load is complete. This class is not supposed to be used directly from your code.
Definition
Namespace:Telerik.Windows.Data
Assembly:Telerik.Windows.Data.dll
Syntax:
cs-api-definition
protected sealed class QueryableCollectionView.CurrencyRefreshInfo
Inheritance: objectQueryableCollectionView.CurrencyRefreshInfo
Constructors
CurrencyRefreshInfo(bool, bool, int, object)
Initializes a new instance of the QueryableCollectionView.CurrencyRefreshInfo class.
Declaration
cs-api-definition
public CurrencyRefreshInfo(bool oldIsCurrentAfterLast, bool oldIsCurrentBeforeFirst, int oldCurrentPosition, object oldCurrentItem)
Parameters
oldIsCurrentAfterLast
The old IsCurrentAfterLast.
oldIsCurrentBeforeFirst
The old IsCurrentBeforeFirst.
oldCurrentPosition
The old current position.
oldCurrentItem
The old current item.
Properties
OldCurrentItem
OldCurrentItem.
OldCurrentPosition
OldCurrentPosition.
OldIsCurrentAfterLast
OldIsCurrentAfterLast.
OldIsCurrentBeforeFirst
OldIsCurrentBeforeFirst.