Class PageEventArgs
Provides information about WizardPage events.
Inheritance
System.Object
PageEventArgs
Namespace: Telerik.Windows.Controls.Wizard
Assembly: Telerik.Windows.Controls.Navigation.dll
Syntax
public class PageEventArgs : EventArgs
Constructors
PageEventArgs(WizardPage)
Initializes a new instance of the PageEventArgs class.
Declaration
public PageEventArgs(WizardPage page)
Parameters
WizardPage
page
The page. |
Properties
Page
Gets or sets the page.
Declaration
public WizardPage Page { get; protected set; }
Property Value
WizardPage
The page. |