DomainDataSourceView.IsPageChanging Property
[WCF RIA Services Version 1 Service Pack 2 is compatible with either .NET framework 4 or .NET Framework 4.5, and with either Silverlight 4 or Silverlight 5.]
Gets a value that indicates whether the page index is changing.
Namespace: System.Windows.Controls
Assembly: System.Windows.Controls.DomainServices (in System.Windows.Controls.DomainServices.dll)
Syntax
'Declaration
Public ReadOnly Property IsPageChanging As Boolean
Get
'Usage
Dim instance As DomainDataSourceView
Dim value As Boolean
value = instance.IsPageChanging
public bool IsPageChanging { get; }
public:
virtual property bool IsPageChanging {
bool get () sealed;
}
abstract IsPageChanging : bool
override IsPageChanging : bool
final function get IsPageChanging () : boolean
Property Value
Type: System.Boolean
true if the page index is changing; otherwise, false.
Implements
IPagedCollectionViewIsPageChanging()
See Also
Reference
System.Windows.Controls Namespace
IsPageChanging()