C# 클래스 ModernApp4Me.WP8.Framework.M4MTemplateSelector

A class base that should be extended in order to create template selectors.
상속: System.Windows.Controls.ContentControl
파일 보기 프로젝트 열기: smartnsoft/ModernApp4Me

공개 메소드들

메소드 설명
SelectTemplate ( object item, DependencyObject container ) : System.Windows.DataTemplate

Returns the selected template.

보호된 메소드들

메소드 설명
OnContentChanged ( object oldContent, object newContent ) : void

메소드 상세

OnContentChanged() 보호된 메소드

protected OnContentChanged ( object oldContent, object newContent ) : void
oldContent object
newContent object
리턴 void

SelectTemplate() 공개 추상적인 메소드

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
리턴 System.Windows.DataTemplate