TourPanelEventArgs
Namespace: Wisej.Web.Ext.TourPanel
Assembly: Wisej.Web.Ext.TourPanel
Provides data for TourPanelEventHandler event.
- C#
- VB.NET
public class TourPanelEventArgs : CancelEventArgs
Public Class TourPanelEventArgs
Inherits CancelEventArgs
Constructors
TourPanelEventArgs(step, index)
Initializes a new instance of the TourPanelEventArgs class.
| Name | Type | Description |
|---|---|---|
| step | TourStep | The TourStep the event is occurring for. |
| index | Int32 | The index of the TourStep the event is occurring for. |
Properties
Step
TourStep: The TourStep the event is occurring for.
StepIndex
Int32: The index of the TourStep the event is occurring for.