Class
PageEventArgs

Provides information about WizardPage events.

Definition

Namespace:Telerik.Windows.Controls.Wizard

Assembly:Telerik.Windows.Controls.Navigation.dll

Syntax:

cs-api-definition
public class PageEventArgs : EventArgs

Inheritance: objectEventArgsPageEventArgs

Inherited Members EventArgs.Empty

Constructors

PageEventArgs(WizardPage)

Initializes a new instance of the PageEventArgs class.

Declaration

cs-api-definition
public PageEventArgs(WizardPage page)

Parameters

page

WizardPage

The page.

Properties

Page

Gets or sets the page.

Declaration

cs-api-definition
public WizardPage Page { get; protected set; }

Property Value

WizardPage

The page.