Метод | Описание | |
---|---|---|
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.
|
protected OnContentChanged ( object oldContent, object newContent ) : void | ||
oldContent | object | The old value of the |
newContent | object | The new value of the |
Результат | void |
public PropertyGridItemContainer ( ) : System | ||
Результат | System |
protected SelectTemplate ( IPropertyGridItem item ) : System.Windows.DataTemplate | ||
item | IPropertyGridItem | The |
Результат | System.Windows.DataTemplate |