Occurs after added style.

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

Syntax

C#
public event StyleCollection..::.CollectionChanged StyleAdded
Visual Basic (Declaration)
Public Event StyleAdded As StyleCollection..::.CollectionChanged
Visual C++
public:
 event StyleCollection..::.CollectionChanged^ StyleAdded {
	void add (StyleCollection..::.CollectionChanged^ value);
	void remove (StyleCollection..::.CollectionChanged^ value);
}

See Also