Свойство | Тип | Описание | |
---|---|---|---|
ContentInfoProperty | |||
ContentInfoTemplateProperty | |||
HintPanelHeightProperty | |||
IsSelectedProperty |
Свойство | Тип | Описание | |
---|---|---|---|
Cover_Tap | void | ||
HintPanel_ManipulationCompleted | void | ||
HintPanel_ManipulationDelta | void | ||
HintPanel_ManipulationStarted | void | ||
OnContentInfoPropertyChanged | void | ||
OnContentInfoTemplatePropertyChanged | void | ||
OnHintPanelHeightPropertyChanged | void | ||
OnIsSelectedPropertyChanged | void | ||
RaiseEvent | void | ||
UpdateVisualState | void |
Метод | Описание | |
---|---|---|
MultiselectItem ( ) : System |
Initializes a new instance of the MultiselectItem class.
|
|
OnApplyTemplate ( ) : void |
Gets the template parts and sets event handlers.
|
Метод | Описание | |
---|---|---|
OnContentInfoChanged ( object oldContentInfo, object newContentInfo ) : void |
Called when the value of the ContentInfo property changes.
|
|
OnContentInfoTemplateChanged ( System.Windows.DataTemplate oldContentInfoTemplate, System.Windows.DataTemplate newContentInfoTemplate ) : void |
Called when the value of the ContentInfoTemplate property chages.
|
|
OnSelected ( |
Raises a Selected event when the IsSelected property changes from false to true.
|
|
OnUnselected ( |
Raises an Unselected event when the IsSelected property changes from true to false.
|
Метод | Описание | |
---|---|---|
Cover_Tap ( object sender, System e ) : void |
Toogles the selection of a MultiselectItem and fires an OnSelectionChanged event accordingly.
|
|
HintPanel_ManipulationCompleted ( object sender, System.Windows.Input.ManipulationCompletedEventArgs e ) : void |
Selects this MultiselectItem if the manipulation delta is within limits and fires an OnSelectionChanged event accordingly. Resets the deltas for both axises.
|
|
HintPanel_ManipulationDelta ( object sender, System.Windows.Input.ManipulationDeltaEventArgs e ) : void |
Triggers a visual transition to the Closed visual state if the manipulation delta goes out of bounds.
|
|
HintPanel_ManipulationStarted ( object sender, System.Windows.Input.ManipulationStartedEventArgs e ) : void |
Triggers a visual transition to the Exposed visual state.
|
|
OnContentInfoPropertyChanged ( |
ContentInfoProperty changed handler.
|
|
OnContentInfoTemplatePropertyChanged ( |
ContentInfoTemplate changed handler.
|
|
OnHintPanelHeightPropertyChanged ( |
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.
|
|
OnIsSelectedPropertyChanged ( |
Adds or removes the item to the selected items collection in the Multiselect List that owns it.
|
|
RaiseEvent ( RoutedEventHandler handler, |
Raises a routed event.
|
|
UpdateVisualState ( bool useTransitions ) : void |
Updates the visual state.
|
protected OnContentInfoChanged ( object oldContentInfo, object newContentInfo ) : void | ||
oldContentInfo | object | /// The old value of the ContentInfo property. /// |
newContentInfo | object | /// The new value of the ContentInfo property. /// |
Результат | void |
protected OnContentInfoTemplateChanged ( System.Windows.DataTemplate oldContentInfoTemplate, System.Windows.DataTemplate newContentInfoTemplate ) : void | ||
oldContentInfoTemplate | System.Windows.DataTemplate | /// The old value of the ContentInfoTemplate property. /// |
newContentInfoTemplate | System.Windows.DataTemplate | /// The new value of the ContentInfoTemplate property. /// |
Результат | void |
protected OnSelected ( |
||
e | The event information. | |
Результат | void |
protected OnUnselected ( |
||
e | The event information. | |
Результат | void |
public static DependencyProperty,System.Windows ContentInfoProperty | ||
Результат |
public static DependencyProperty,System.Windows ContentInfoTemplateProperty | ||
Результат |
public static DependencyProperty,System.Windows HintPanelHeightProperty | ||
Результат |