C# Class Microsoft.Phone.Controls.LockablePivot

Inheritance: Pivot
Afficher le fichier Open project: nokiadatagathering/WP7-Official Class Usage Examples

Méthodes publiques

Свойство Type Description
IsLockedProperty System.Windows.DependencyProperty

Méthodes publiques

Méthode Description
LockablePivot ( ) : System

Initializes a new instance of the LockablePivot type.

Méthodes protégées

Méthode Description
OnItemsChanged ( NotifyCollectionChangedEventArgs e ) : void

Invoked when the Items property changes.

Private Methods

Méthode Description
CreateAnimationInformation ( ) : void
FadeInHeaders ( ) : void
FadeOutHeaders ( ) : void
FindHeader ( UIElement start ) : PivotHeadersControl
OnIsLockedChanged ( bool newValue ) : void
OnIsLockedPropertyChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void

IsLockedProperty property changed handler.

OnSelectionChanged ( object sender, System.Windows.Controls.SelectionChangedEventArgs e ) : void
RestoreItems ( ) : void
SaveAndRemoveItems ( ) : void

Method Details

LockablePivot() public méthode

Initializes a new instance of the LockablePivot type.
public LockablePivot ( ) : System
Résultat System

OnItemsChanged() protected méthode

Invoked when the Items property changes.
protected OnItemsChanged ( NotifyCollectionChangedEventArgs e ) : void
e System.Collections.Specialized.NotifyCollectionChangedEventArgs Information about the change.
Résultat void

Property Details

IsLockedProperty public_oe static_oe property

Identifies the IsLocked dependency property.
public static DependencyProperty,System.Windows IsLockedProperty
Résultat System.Windows.DependencyProperty