Skip to main content
All docs
V25.1
  • StepProgressBarItemClickEventArgs Properties

    Contains data for the ItemClick event.
    Name Description
    Handled Gets or sets a value that indicates whether the event handler has completely handled the event or whether the system should continue its own processing. Inherited from HandledEventArgs.
    IsMouseClick Gets whether the StepProgressBarItem was clicked with the mouse.
    Item Gets the clicked StepProgressBarItem.
    MouseClickArgs Gets an object that contains mouse click event arguments.
    See Also