TourPanelEventArgs

Wisej.Web.Ext.TourPanel.TourPanelEventArgs

Namespace: Wisej.Web.Ext.TourPanel

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

Provides data for TourPanelEventHandler event.

public class TourPanelEventArgs : CancelEventArgs

Constructors

Initializes a new instance of the TourPanelEventArgs class.

NameTypeDescription

step

The TourStep the event is occurring for.

index

The index of the TourStep the event is occurring for.

Properties

TourStep: The TourStep the event is occurring for.

Int32: The index of the TourStep the event is occurring for.

Last updated