PluginDescriptionSuppressProjectExplorerRedraw Property  | 
 
            Gets / sets suppressProjectExplorerRedraw. Set to true if you want to process a lot of objects which fire a lot of changed events, which will 
            make the project explorer to redraw itself a lot. If this setting is set to true, the project explorer is reset prior to the plugin run, and refreshed
            after the plugin run. Default is false.
            
 
    Namespace: 
   SD.LLBLGen.Pro.ApplicationCore.Extensibility
    Assembly:
   SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.8.0.0 (5.8.21.0208)
Syntaxpublic bool SuppressProjectExplorerRedraw { get; set; }Public Property SuppressProjectExplorerRedraw As Boolean
	Get
	Set
Property Value
Type: 
Boolean
See Also