Event raised when the news categories are added or updated

Namespace:  T4.API
Assembly:  T4API.20 (in T4API.20.dll)

Syntax

C#
public event NewsData..::.NewsCategoriesEventHandler NewsCategories
Visual Basic (Declaration)
Public Event NewsCategories As NewsData..::.NewsCategoriesEventHandler
Visual C++
public:
 event NewsData..::.NewsCategoriesEventHandler^ NewsCategories {
	void add (NewsData..::.NewsCategoriesEventHandler^ value);
	void remove (NewsData..::.NewsCategoriesEventHandler^ value);
}

See Also