ApplicationConfigurationDesignerEventAspects Property |
Gets the designer event aspects.
Namespace: SD.LLBLGen.Pro.ApplicationCore.ConfigurationAssembly: SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.0.0.0 (5.0.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