C# Class Cimbalino.Phone.Toolkit.Controls.PropertyGridItemContainer

A IPropertyGridItem container.
Inheritance: System.Windows.Controls.ContentControl
Show file Open project: Cimbalino/Cimbalino-Phone-Toolkit

Public Methods

Method Description
OnApplyTemplate ( ) : void

Called just before a UI element displays in an application.

PropertyGridItemContainer ( ) : System

Initializes a new instance of the PropertyGridItemContainer class.

Protected Methods

Method Description
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.

Method Details

OnApplyTemplate() public method

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

OnContentChanged() protected method

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.
return void

PropertyGridItemContainer() public method

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

SelectTemplate() protected method

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

Update() protected method

Updates the PropertyGridItemContainer.
protected Update ( ) : void
return void