Share via


IRegionViewRegistry.ContentRegistered Event

Event triggered when a content is registered to a region name.

Namespace:  Microsoft.Practices.Prism.Regions
Assembly:  Microsoft.Practices.Prism (in Microsoft.Practices.Prism.dll)

Syntax

event EventHandler<ViewRegisteredEventArgs> ContentRegistered
'Declaration
Event ContentRegistered As EventHandler(Of ViewRegisteredEventArgs)

Remarks

This event uses weak references to the event handler to prevent this service (typically a singleton) of keeping the target element longer than expected. For security reasons, to use weak delegates in Silverlight you must provide a delegate that is available in the public API of the class (no private or anonymous delegates allowed).

See Also

IRegionViewRegistry Interface

Microsoft.Practices.Prism.Regions Namespace