C# Class WpfWizard.Controls.WizardPage

Represents single wizard's page.
Inheritance: System.Windows.Controls.ContentControl
Afficher le fichier Open project: pwlodek/CodeGallery

Méthodes publiques

Свойство 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

Свойство Type Description
CoerceNextStepSize object
CoercePreviousStepSize object
OnIsSelectedChanged void
OnNextStepSizeChanged void
OnPreviousStepSizeChanged void
WizardPage System

Méthodes protégées

Méthode Description
OnPageClose ( ) : void
OnPageShow ( ) : void

Private Methods

Méthode 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 méthode

protected OnPageClose ( ) : void
Résultat void

OnPageShow() protected méthode

protected OnPageShow ( ) : void
Résultat void

Property Details

CanCancelProperty public_oe static_oe property

public static DependencyProperty,System.Windows CanCancelProperty
Résultat System.Windows.DependencyProperty

CanFinishProperty public_oe static_oe property

public static DependencyProperty,System.Windows CanFinishProperty
Résultat System.Windows.DependencyProperty

CanHelpProperty public_oe static_oe property

public static DependencyProperty,System.Windows CanHelpProperty
Résultat System.Windows.DependencyProperty

CanNavigatePreviousPropertyKey public_oe static_oe property

public static DependencyPropertyKey,System.Windows CanNavigatePreviousPropertyKey
Résultat System.Windows.DependencyPropertyKey

CanNextProperty public_oe static_oe property

public static DependencyProperty,System.Windows CanNextProperty
Résultat System.Windows.DependencyProperty

CanPreviousProperty public_oe static_oe property

public static DependencyProperty,System.Windows CanPreviousProperty
Résultat System.Windows.DependencyProperty

HeaderProperty public_oe static_oe property

public static DependencyProperty,System.Windows HeaderProperty
Résultat System.Windows.DependencyProperty

IsSelectedProperty public_oe static_oe property

public static DependencyProperty,System.Windows IsSelectedProperty
Résultat System.Windows.DependencyProperty

NextStepSizeProperty public_oe static_oe property

public static DependencyProperty,System.Windows NextStepSizeProperty
Résultat System.Windows.DependencyProperty

PageCloseEvent public_oe static_oe property

public static RoutedEvent,System.Windows PageCloseEvent
Résultat System.Windows.RoutedEvent

PageShowEvent public_oe static_oe property

public static RoutedEvent,System.Windows PageShowEvent
Résultat System.Windows.RoutedEvent

PreviousStepSizeProperty public_oe static_oe property

public static DependencyProperty,System.Windows PreviousStepSizeProperty
Résultat System.Windows.DependencyProperty

SelectedEvent public_oe static_oe property

public static RoutedEvent,System.Windows SelectedEvent
Résultat System.Windows.RoutedEvent

SideHeaderProperty public_oe static_oe property

public static DependencyProperty,System.Windows SideHeaderProperty
Résultat System.Windows.DependencyProperty

UnselectedEvent public_oe static_oe property

public static RoutedEvent,System.Windows UnselectedEvent
Résultat System.Windows.RoutedEvent