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; }
Public ReadOnly Property DesignerEventAspects As Dictionary(Of DesignerEvent, DesignerEventAspect)
Get
Property Value
Type:
DictionaryDesignerEvent,
DesignerEventAspectThe designer event aspects.
See Also