IdeaBlade.Core Assembly > IdeaBlade.Core.Composition Namespace > CompositionHost Class : Recomposed Event |
'Declaration
Public Event Recomposed As EventHandler(Of RecomposedEventArgs)
'Usage
Dim instance As CompositionHost Dim handler As EventHandler(Of RecomposedEventArgs) AddHandler instance.Recomposed, handler
public event EventHandler<RecomposedEventArgs> Recomposed
The event handler receives an argument of type RecomposedEventArgs containing data related to this event. The following RecomposedEventArgs properties provide information specific to this event.
Property | Description |
---|---|
Assembly | The assembly causing the recomposition. |
AssemblyLoaded | Returns true if an assembly download caused the recomposition. |
HasError | Returns true if the recomposition was not performed due to a failure. |
ShouldRecompose | True if the XAP included new assemblies not previously probed, or if the Assembly had not been previously loaded. |
Raised when dynamic content is added via one of the Add(Uri) methods, and also after a Refresh.
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2