Occurs after removed style.

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

Syntax

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

See Also