The ISubscribable type exposes the following members.
Methods
Type | Name | Description |
---|---|---|
![]() | RaiseEvent |
Raises a custom event for this ISubscribable object.
For example, you can define a custom event class in the Content Engine for an operation
such as publishing a document, then specify the custom event in a call to the raiseEvent
method on a IDocument object after you call the publish method on that document.
Before you can use this method, the following conditions must be met:
|