Click or drag to resize

ProjectController.GroupNamesInvalidated Event

Raised when the group names known to the outside are invalidated, for example when an element's group was renamed. An observer should rebuild lists of groupnames due to this event.

Namespace:  SD.LLBLGen.Pro.ApplicationCore.ProjectClasses
Assembly:  SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.6.0.0 (5.6.19.0117)
Syntax
public event EventHandler GroupNamesInvalidated

Value

Type: System.EventHandler
See Also