ImageCollectionManager Class Members
In This Topic
The following tables list the members exposed by
ImageCollectionManager.
Public Constructors
Public Properties
| Name | Description |
 | Images | Gets the image collection that is managed by this manager. |
 | IntermediateAddInterval | Gets or sets the timeout, in milliseconds, which defines how long should decoder retrieve information about images from source before adding images to the image collection. |
 | IsAsync | Gets or sets a value indicating whether this manager uses asynchronous operations. |
Protected Properties
Public Methods
Protected Methods
Public Events
| Name | Description |
 | AddFinished | Occurs when operation, which adds image files to the image collection, is finished. |
 | AddStarting | Occurs when operation, which adds image files to the image collection, is starting. |
 | ImageSourceAddException | Occurs when operation, which adds image source to the image collection, is failed. |
 | ImageSourceAddFinished | Occurs when operation, which adds image source to the image collection, is finished. |
 | ImageSourceAddStarting | Occurs when operation, which adds image source to the image collection, is starting. |
See Also