ICSEventHandler Interface Content Studio 5.7 SDK
Content Studio Web Content Management System

[This is preliminary documentation and is subject to change.]

An external event handler objects must implement this interface explicitly. Content Studio will call into this event when the event is triggered.

Namespace: ContentStudio.EventActions
Assembly: CS5Interfaces (in CS5Interfaces.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public interface ICSEventHandler

The ICSEventHandler type exposes the following members.

Methods

  NameDescription
Public methodCode exampleEventHandler
Defines a standard event handler for Content Studio synchronous server side events. Objects that implements this interface can be called by Content Studio on the server side
Top
Remarks

Note Note

Breaking changes between Content Studio version 5.2 and earlier versions!

This interface is no longer defined in the CSServer5 assembly, it has been moved into a separate assembly in order to prevent versioning problems for compiled code that implement them when a new version of Content Studio. Compiled event handlers needed to be recompiled after each upgrade of the product. This will no longer be required.

See Also

Reference

Other Resources