C# Class ModernApp4Me.WP8.Framework.M4MTemplateSelector

A class base that should be extended in order to create template selectors.
Inheritance: System.Windows.Controls.ContentControl
Afficher le fichier Open project: smartnsoft/ModernApp4Me

Méthodes publiques

Méthode Description
SelectTemplate ( object item, DependencyObject container ) : System.Windows.DataTemplate

Returns the selected template.

Méthodes protégées

Méthode Description
OnContentChanged ( object oldContent, object newContent ) : void

Method Details

OnContentChanged() protected méthode

protected OnContentChanged ( object oldContent, object newContent ) : void
oldContent object
newContent object
Résultat void

SelectTemplate() public abstract méthode

Returns the selected template.
public abstract SelectTemplate ( object item, DependencyObject container ) : System.Windows.DataTemplate
item object The item
container System.Windows.DependencyObject the container wich is a
Résultat System.Windows.DataTemplate