Click or drag to resize

ApplicationConfigurationDesignerEventAspects Property

Gets the designer event aspects.

Namespace:  SD.LLBLGen.Pro.ApplicationCore.Configuration
Assembly:  SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.9.0.0 (5.9.0)
Syntax
public Dictionary<DesignerEvent, DesignerEventAspect> DesignerEventAspects { get; }

Property Value

Type: DictionaryDesignerEvent, DesignerEventAspect
The designer event aspects.
See Also