C# Класс Cimbalino.Phone.Toolkit.Controls.PropertyGridItemContainer

A IPropertyGridItem container.
Наследование: System.Windows.Controls.ContentControl
Показать файл Открыть проект

Открытые методы

Метод Описание
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