Skip to main content
A newer version of this page is available. .

GetImageEventArgs(Boolean, Boolean, Boolean, Boolean) Constructor

Initializes a new instance of the GetImageEventArgs class with custom settings.

Namespace: DevExpress.XtraEditors.Controls

Assembly: DevExpress.XtraEditors.v19.2.dll

Declaration

public GetImageEventArgs(
    bool isNext,
    bool isPrev,
    bool isStartUp,
    bool currentImageUpdated
)

Parameters

Name Type Description
isNext Boolean

true if the image query is the result of a forward image slide; otherwise, false.

isPrev Boolean

true if the image query is the result of a backward image slide; otherwise, false.

isStartUp Boolean

true if the image required is the very first to be uploaded; otherwise, false.

currentImageUpdated Boolean

true if a new image was successfully displayed within the current ImageSlider; otherwise, false.

See Also