Skip to main content
All docs
V25.1
  • StepProgressBarItemHyperlinkClickEventArgs(StepProgressBarHitInfo, StringBlock, MouseEventArgs) Constructor

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

    Namespace: DevExpress.XtraEditors

    Assembly: DevExpress.XtraEditors.v25.1.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