Skip to main content

TourPanelEventArgs

Namespace: Wisej.Web.Ext.TourPanel

Assembly: Wisej.Web.Ext.TourPanel

Provides data for TourPanelEventHandler event.

public class TourPanelEventArgs : CancelEventArgs

Constructors

Instance memberTourPanelEventArgs(step, index)

Initializes a new instance of the TourPanelEventArgs class.

NameTypeDescription
stepTourStepThe TourStep the event is occurring for.
indexInt32The index of the TourStep the event is occurring for.

Properties

Instance memberStep

TourStep: The TourStep the event is occurring for.

Instance memberStepIndex

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