Skip to main content
All docs
V23.2

StepProgressBarItemHyperlinkClickEventArgs(StepProgressBarHitInfo, StringBlock, MouseEventArgs) Constructor

Initializes a new instance of the StepProgressBarItemHyperlinkClickEventArgs class with specified settings.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public StepProgressBarItemHyperlinkClickEventArgs(
    StepProgressBarHitInfo hitInfo,
    StringBlock stringBlock,
    MouseEventArgs mouseArgs
)

Parameters

Name Type
hitInfo DevExpress.XtraEditors.ViewInfo.StepProgressBarHitInfo
stringBlock DevExpress.Utils.Text.Internal.StringBlock
mouseArgs MouseEventArgs
See Also