DevForce Help Reference
ShouldRecompose Property


True if the XAP included new assemblies not previously probed, or if the Assembly had not been previously loaded.
Syntax
'Declaration
 
Public ReadOnly Property ShouldRecompose As Boolean
'Usage
 
Dim instance As RecomposedEventArgs
Dim value As Boolean
 
value = instance.ShouldRecompose
public bool ShouldRecompose {get;}
Remarks
DevForce uses this flag to determine whether it should reinitialize and "recompose" metadata and other internal structures after content has been added.
Requirements

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

See Also

Reference

RecomposedEventArgs Class
RecomposedEventArgs Members

Send Feedback