C# 클래스 Cimbalino.Phone.Toolkit.Controls.PropertyGridItemContainer

A IPropertyGridItem container.
상속: System.Windows.Controls.ContentControl
파일 보기 프로젝트 열기: Cimbalino/Cimbalino-Phone-Toolkit

공개 메소드들

메소드 설명
OnApplyTemplate ( ) : void

Called just before a UI element displays in an application.

PropertyGridItemContainer ( ) : System

Initializes a new instance of the PropertyGridItemContainer class.

보호된 메소드들

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

Called when the value of the ContentControl.Content property changes.

SelectTemplate ( IPropertyGridItem item ) : System.Windows.DataTemplate

Retrieved a DataTemplate instance for the specified IPropertyGridItem.

Update ( ) : void

Updates the PropertyGridItemContainer.

메소드 상세

OnApplyTemplate() 공개 메소드

Called just before a UI element displays in an application.
public OnApplyTemplate ( ) : void
리턴 void

OnContentChanged() 보호된 메소드

Called when the value of the ContentControl.Content property changes.
protected OnContentChanged ( object oldContent, object newContent ) : void
oldContent object The old value of the property.
newContent object The new value of the property.
리턴 void

PropertyGridItemContainer() 공개 메소드

Initializes a new instance of the PropertyGridItemContainer class.
public PropertyGridItemContainer ( ) : System
리턴 System

SelectTemplate() 보호된 메소드

Retrieved a DataTemplate instance for the specified IPropertyGridItem.
protected SelectTemplate ( IPropertyGridItem item ) : System.Windows.DataTemplate
item IPropertyGridItem The .
리턴 System.Windows.DataTemplate

Update() 보호된 메소드

Updates the PropertyGridItemContainer.
protected Update ( ) : void
리턴 void