The following tables list the members exposed by ImageLoader.
Name | Description | |
---|---|---|
![]() | ImageLoader Constructor | Initializes a new ImageLoader. |
Name | Description | |
---|---|---|
![]() | AjaxOptions | An ImageLoaderAjaxOptions object to use when loading an image via AJAX. |
![]() | CanRun | Indicates whether the ImageLoader instance can be run. |
![]() | Element | The loaded element when Run is successful. |
![]() | Error | An error describing the reason for the image load failure from Run. |
![]() | Height | The height of the successfully loaded Element. |
![]() | ImagesHolder | The HTML Element to use for temporary image loading, when necessary. |
![]() | IsHTMLImageElement | Gets a boolean indicating if Element exists and is an HTML Image Element, specifically. |
![]() | IsWorking | A boolean indicating whether the ImageLoader is trying to load an image. |
![]() | Tag | A reference object to distinguish ImageLoader instances. |
![]() | Url | The URL to load for the image. |
![]() | UrlMode | Represents the type of loading that will occur when Run is called. |
![]() | Width | The width of the successfully loaded Element. |
Name | Description | |
---|---|---|
![]() | Abort | Aborts the current ImageLoader, guaranteeing that callbacks for Done, Fail, or Always will not be run. |
![]() | Dispose | Clears the ImageLoader instance. |
![]() | Run | Runs the ImageLoader. |
Name | Description | |
---|---|---|
![]() | Always | Occurs after either the Done or Fail event handlers have fired. |
![]() | Done | Occurs when the image has loaded successfully. |
![]() | Fail | Occurs when the image has failed to load. |
![]() | PreRun | Occurs when the Run method is called, sending out ImageLoaderPreRunEventArgs. |