C# Класс Microsoft.Phone.Controls.LongListMultiSelectorItem

Наследование: System.Windows.Controls.ContentControl
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
ContentInfoProperty System.Windows.DependencyProperty
ContentInfoTemplateProperty System.Windows.DependencyProperty
HintPanelHeightProperty System.Windows.DependencyProperty
IsSelectedProperty System.Windows.DependencyProperty

Private Properties

Свойство Тип Описание
GotoState void
OnCoverTap void
OnHintPanelHeightPropertyChanged void
OnIsSelectedPropertyChanged void
OnSelectPanelManipulationCompleted void
OnSelectPanelManipulationDelta void
OnSelectPanelManipulationStarted void

Открытые методы

Метод Описание
LongListMultiSelectorItem ( ) : System

Constructor

OnApplyTemplate ( ) : void

Template application : hooks events which need to be handled

Защищенные методы

Метод Описание
OnContentChanged ( object oldContent, object newContent ) : void

Called when content is changed. This is a good place to get the style (which depends on the LLMS layout) because the control template has not yet been expanded.

OnHintPanelHeightChanged ( ) : void

Sets the vertical alignment of the hint panels to stretch if the height is not manually set. If it is, the alignment is set to top.

OnIsSelectedChanged ( ) : void

Updates the visual state of the item

Приватные методы

Метод Описание
GotoState ( State state, bool useTransitions = false ) : void

Changes the visual state of the item

OnCoverTap ( object sender, System e ) : void

Tap on the cover grid : switch the selected state

OnHintPanelHeightPropertyChanged ( object sender, System.Windows.DependencyPropertyChangedEventArgs e ) : void

Handles the change of the HintPanelHeight property

OnIsSelectedPropertyChanged ( object sender, System.Windows.DependencyPropertyChangedEventArgs e ) : void

Called then the property is changed

OnSelectPanelManipulationCompleted ( object sender, System e ) : void

End of the manipulation, select the item

OnSelectPanelManipulationDelta ( object sender, System e ) : void

Checks that the manipulation is still in correct bounds

OnSelectPanelManipulationStarted ( object sender, System e ) : void

Triggers a visual transition to the Exposed visual state

Описание методов

LongListMultiSelectorItem() публичный Метод

Constructor
public LongListMultiSelectorItem ( ) : System
Результат System

OnApplyTemplate() публичный Метод

Template application : hooks events which need to be handled
public OnApplyTemplate ( ) : void
Результат void

OnContentChanged() защищенный Метод

Called when content is changed. This is a good place to get the style (which depends on the LLMS layout) because the control template has not yet been expanded.
protected OnContentChanged ( object oldContent, object newContent ) : void
oldContent object
newContent object
Результат void

OnHintPanelHeightChanged() защищенный Метод

Sets the vertical alignment of the hint panels to stretch if the height is not manually set. If it is, the alignment is set to top.
protected OnHintPanelHeightChanged ( ) : void
Результат void

OnIsSelectedChanged() защищенный Метод

Updates the visual state of the item
protected OnIsSelectedChanged ( ) : void
Результат void

Описание свойств

ContentInfoProperty публичное статическое свойство

Identifies the ContentInfo dependency property.
public static DependencyProperty,System.Windows ContentInfoProperty
Результат System.Windows.DependencyProperty

ContentInfoTemplateProperty публичное статическое свойство

Identifies the ContentInfoTemplate dependency property.
public static DependencyProperty,System.Windows ContentInfoTemplateProperty
Результат System.Windows.DependencyProperty

HintPanelHeightProperty публичное статическое свойство

Identifies the HintPanelHeight dependency property.
public static DependencyProperty,System.Windows HintPanelHeightProperty
Результат System.Windows.DependencyProperty

IsSelectedProperty публичное статическое свойство

Identifies the IsSelected dependency property.
public static DependencyProperty,System.Windows IsSelectedProperty
Результат System.Windows.DependencyProperty