IRegionViewRegistry Members

Include Protected Members
Include Inherited Members

The IRegionViewRegistry type exposes the following members.

Methods

  Name Description
Public method GetContents
Returns the contents associated with a region name.
Public method RegisterViewWithRegion(String, Func<Object>)
Registers a delegate that can be used to retrieve the content associated with a region name.
Public method RegisterViewWithRegion(String, Type)
Registers a content type with a region name.

Events

  Name Description
Public event ContentRegistered
Event triggered when a content is registered to a region name.

See Also

IRegionViewRegistry Interface

Microsoft.Practices.Prism.Regions Namespace