Name | Description | |
---|---|---|
CollectionDataLoadEventArgs Constructor | The constructore accepts the actual item number that is being requested to load. |
The following tables list the members exposed by CollectionDataLoadEventArgs.
Name | Description | |
---|---|---|
CollectionDataLoadEventArgs Constructor | The constructore accepts the actual item number that is being requested to load. |
Name | Description | |
---|---|---|
Complete | Allow the event handler to indicate the loading of the collection is complete. | |
CurrentItem | Get the current item number. The index is 1 based. | |
DataItem | Expose the get/set data object. This object is used to populate the internal collection. |