Click or drag to resize

DataRetrievalEventArgsT Properties

The DataRetrievalEventArgsT generic type exposes the following members.

Properties
  NameDescription
Public propertyDeterminate
Indicates if the total number of elements in the retrieval is known. true indicates total is known, false indicates indeterminate (unknown) total.
Public propertyRetrievedCount
The number of elements that have been retrieved so far.
Public propertyTotal
The total number of elements being retrieved. This can only be relied upon when the Determinate property is true.
Top
See Also