ClassPageEventArgs
Class
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
Constructors
PageEventArgs(WizardPage)
Initializes a new instance of the PageEventArgs class.
Declaration
cs-api-definition
public PageEventArgs(WizardPage page)
Parameters
page
The page.
Properties
Page
Gets or sets the page.
Declaration
cs-api-definition
public WizardPage Page { get; protected set; }
Property Value
The page.