ImageViewerImagesManager Class Members
In This Topic
The following tables list the members exposed by
ImageViewerImagesManager.
Public Constructors
Public Properties
| Name | Description |
 | Images | Gets the image collection. |
 | 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. (Inherited from ImageCollectionManager) |
 | IsAsync | Gets or sets a value indicating whether this manager uses asynchronous operations. (Inherited from ImageCollectionManager) |
Protected Properties
Public Methods
Protected Methods
Public Events
| Name | Description |
 | AddFinished | Occurs when operation, which adds image files to the image collection, is finished. (Inherited from ImageCollectionManager) |
 | AddStarting | Occurs when operation, which adds image files to the image collection, is starting. (Inherited from ImageCollectionManager) |
 | ImageSourceAddException | Occurs when operation, which adds image source to the image collection, is failed. (Inherited from ImageCollectionManager) |
 | ImageSourceAddFinished | Occurs when operation, which adds image source to the image collection, is finished. (Inherited from ImageCollectionManager) |
 | ImageSourceAddStarting | Occurs when operation, which adds image source to the image collection, is starting. (Inherited from ImageCollectionManager) |
See Also