StepProgressBarItemHyperlinkClickEventArgs(StepProgressBarHitInfo, StringBlock, MouseEventArgs) Constructor
In This Article
Initializes a new instance of the StepProgressBarItemHyperlinkClickEventArgs class with specified settings.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.XtraEditors.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
public StepProgressBarItemHyperlinkClickEventArgs(
StepProgressBarHitInfo hitInfo,
StringBlock stringBlock,
MouseEventArgs mouseArgs
)
#Parameters
Name | Type |
---|---|
hit |
DevExpress. |
string |
DevExpress. |
mouse |
Mouse |
See Also