ICSEventHandler2 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 either this or the ICSEventHandler 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 ICSEventHandler2

The ICSEventHandler2 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
This interface was introduced in Content Studio version 5.3.
See Also

Reference

Other Resources