C# Class Microsoft.Phone.Controls.LockablePivot

Inheritance: Pivot
Exibir arquivo Open project: nokiadatagathering/WP7-Official Class Usage Examples

Public Properties

Property Type Description
IsLockedProperty System.Windows.DependencyProperty

Public Methods

Method Description
LockablePivot ( ) : System

Initializes a new instance of the LockablePivot type.

Protected Methods

Method Description
OnItemsChanged ( NotifyCollectionChangedEventArgs e ) : void

Invoked when the Items property changes.

Private Methods

Method 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 method

Initializes a new instance of the LockablePivot type.
public LockablePivot ( ) : System
return System

OnItemsChanged() protected method

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

Property Details

IsLockedProperty public_oe static_oe property

Identifies the IsLocked dependency property.
public static DependencyProperty,System.Windows IsLockedProperty
return System.Windows.DependencyProperty