C# Class MundlTransit.WP8.Common.DataTemplateSelector

Inheritance: System.Windows.Controls.ContentControl
Afficher le fichier Open project: christophwille/viennarealtime

Méthodes publiques

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

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 méthode

public SelectTemplate ( object item, DependencyObject container ) : System.Windows.DataTemplate
item object
container System.Windows.DependencyObject
Résultat System.Windows.DataTemplate