EPiServer Module Events

Top  Previous  Next

The TMCore EPiServer Module allows developers to bind event handlers to particular events so that they may react to changes in the topic map that are made by the module. The following sections explain each event that programs can bind to. All the events are made available through a singleton of NetworkedPlanet.EPiServerModule.TopicMapEventHandler. To obtain this singleton use the static Instance getter on the class. Example:

TopicMapEventHandler handler = TopicMapEventHandler.Instance;