C# Class WpfWizard.Controls.WizardPage

Represents single wizard's page.
Inheritance: System.Windows.Controls.ContentControl
Show file Open project: pwlodek/CodeGallery

Public Properties

Property Type Description
CanCancelProperty System.Windows.DependencyProperty
CanFinishProperty System.Windows.DependencyProperty
CanHelpProperty System.Windows.DependencyProperty
CanNavigatePreviousPropertyKey System.Windows.DependencyPropertyKey
CanNextProperty System.Windows.DependencyProperty
CanPreviousProperty System.Windows.DependencyProperty
HeaderProperty System.Windows.DependencyProperty
IsSelectedProperty System.Windows.DependencyProperty
NextStepSizeProperty System.Windows.DependencyProperty
PageCloseEvent System.Windows.RoutedEvent
PageShowEvent System.Windows.RoutedEvent
PreviousStepSizeProperty System.Windows.DependencyProperty
SelectedEvent System.Windows.RoutedEvent
SideHeaderProperty System.Windows.DependencyProperty
UnselectedEvent System.Windows.RoutedEvent

Private Properties

Property Type Description
CoerceNextStepSize object
CoercePreviousStepSize object
OnIsSelectedChanged void
OnNextStepSizeChanged void
OnPreviousStepSizeChanged void
WizardPage System

Protected Methods

Method Description
OnPageClose ( ) : void
OnPageShow ( ) : void

Private Methods

Method Description
CoerceNextStepSize ( DependencyObject d, object value ) : object
CoercePreviousStepSize ( DependencyObject d, object value ) : object
OnIsSelectedChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void
OnNextStepSizeChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void
OnPreviousStepSizeChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void
WizardPage ( ) : System

Method Details

OnPageClose() protected method

protected OnPageClose ( ) : void
return void

OnPageShow() protected method

protected OnPageShow ( ) : void
return void

Property Details

CanCancelProperty public static property

public static DependencyProperty,System.Windows CanCancelProperty
return System.Windows.DependencyProperty

CanFinishProperty public static property

public static DependencyProperty,System.Windows CanFinishProperty
return System.Windows.DependencyProperty

CanHelpProperty public static property

public static DependencyProperty,System.Windows CanHelpProperty
return System.Windows.DependencyProperty

CanNavigatePreviousPropertyKey public static property

public static DependencyPropertyKey,System.Windows CanNavigatePreviousPropertyKey
return System.Windows.DependencyPropertyKey

CanNextProperty public static property

public static DependencyProperty,System.Windows CanNextProperty
return System.Windows.DependencyProperty

CanPreviousProperty public static property

public static DependencyProperty,System.Windows CanPreviousProperty
return System.Windows.DependencyProperty

HeaderProperty public static property

public static DependencyProperty,System.Windows HeaderProperty
return System.Windows.DependencyProperty

IsSelectedProperty public static property

public static DependencyProperty,System.Windows IsSelectedProperty
return System.Windows.DependencyProperty

NextStepSizeProperty public static property

public static DependencyProperty,System.Windows NextStepSizeProperty
return System.Windows.DependencyProperty

PageCloseEvent public static property

public static RoutedEvent,System.Windows PageCloseEvent
return System.Windows.RoutedEvent

PageShowEvent public static property

public static RoutedEvent,System.Windows PageShowEvent
return System.Windows.RoutedEvent

PreviousStepSizeProperty public static property

public static DependencyProperty,System.Windows PreviousStepSizeProperty
return System.Windows.DependencyProperty

SelectedEvent public static property

public static RoutedEvent,System.Windows SelectedEvent
return System.Windows.RoutedEvent

SideHeaderProperty public static property

public static DependencyProperty,System.Windows SideHeaderProperty
return System.Windows.DependencyProperty

UnselectedEvent public static property

public static RoutedEvent,System.Windows UnselectedEvent
return System.Windows.RoutedEvent