C# Class Microsoft.Practices.Prism.Regions.ItemMetadata

Defines a class that wraps an item and adds metadata for it.
Inheritance: DependencyObject
Show file Open project: xperiandri/PortablePrism Class Usage Examples

Public Properties

Property Type Description
IsActiveProperty DependencyProperty
NameProperty DependencyProperty

Public Methods

Method Description
InvokeMetadataChanged ( ) : void

Explicitly invokes MetadataChanged to notify listeners.

ItemMetadata ( object item ) : System

Initializes a new instance of ItemMetadata.

Private Methods

Method Description
DependencyPropertyChanged ( DependencyObject dependencyObject, DependencyPropertyChangedEventArgs args ) : void

Method Details

InvokeMetadataChanged() public method

Explicitly invokes MetadataChanged to notify listeners.
public InvokeMetadataChanged ( ) : void
return void

ItemMetadata() public method

Initializes a new instance of ItemMetadata.
public ItemMetadata ( object item ) : System
item object The item to wrap.
return System

Property Details

IsActiveProperty public static property

Value indicating whether the wrapped item is considered active.
public static DependencyProperty IsActiveProperty
return DependencyProperty

NameProperty public static property

The name of the wrapped item.
public static DependencyProperty NameProperty
return DependencyProperty