Click or drag to resize

IncrementalLoadingStartedEventArgs Class

Inheritance Hierarchy
SystemObject
  SystemEventArgs
    Unvired.Kernel.UtilsIncrementalLoadingStartedEventArgs

Namespace:  Unvired.Kernel.Utils
Assembly:  Unvired.Kernel.UWP (in Unvired.Kernel.UWP.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public class IncrementalLoadingStartedEventArgs : EventArgs

The IncrementalLoadingStartedEventArgs type exposes the following members.

Constructors
  NameDescription
Public methodIncrementalLoadingStartedEventArgs
Initializes a new instance of the IncrementalLoadingStartedEventArgs class
Top
Properties
  NameDescription
Public propertyPageLowerBound
Page lower bound over the total number of items.
Public propertyPageSize
Number of items to load in the current page.
Public propertyPageUpperBound
Page upper bound over the total number of items.
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
See Also