Skip to main content

GetImageEventArgs(Boolean, Boolean, Boolean, Boolean) Constructor

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

Namespace: DevExpress.XtraEditors.Controls

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

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