GetImageEventArgs Constructors
Contains data for the ImageSlider.GetImage event.| Name | Parameters | Description |
|---|---|---|
| GetImageEventArgs(Boolean, Boolean, Boolean, Boolean) | isNext, isPrev, isStartUp, currentImageUpdated | Initializes a new instance of the GetImageEventArgs class with custom settings. |
| GetImageEventArgs(Boolean, Boolean) | isFirst, isLast | Initializes a new instance of the GetImageEventArgs class with the specified settings. |
See Also