TourPanelEventArgs

Wisej.Web.Ext.TourPanel.TourPanelEventArgs

Namespace: Wisej.Web.Ext.TourPanel

Assembly: Wisej.Web.Ext.TourPanel (3.2.0.0)

Provides data for TourPanelEventHandlerarrow-up-right event.

public class TourPanelEventArgs : CancelEventArgs

Constructors

TourPanelEventArgs(step, index)

Initializes a new instance of the TourPanelEventArgs class.

Name
Type
Description

step

The TourStep the event is occurring for.

index

The index of the TourStep the event is occurring for.

Properties

Step

TourStep: The TourStep the event is occurring for.

StepIndex

Int32arrow-up-right: The index of the TourStep the event is occurring for.

Last updated

Was this helpful?