Represents method wich called after changing collection.

Namespace:  PerpetuumSoft.Instrumentation.Styles
Assembly:  PerpetuumSoft.Instrumentation (in PerpetuumSoft.Instrumentation.dll) Version: 3.9.0.1

Syntax

C#
public delegate void CollectionChanged(
	Style style
)
Visual Basic (Declaration)
Public Delegate Sub CollectionChanged ( _
	style As Style _
)
Visual C++
public delegate void CollectionChanged(
	Style^ style
)

See Also