IDocumentEvent Interface

IDocumentEvent interface

The IDocumentEvent interface provides a mechanism by which the user can create an Event of a type supported by the implementation.

public interface IDocumentEvent

Methods

NameDescription
CreateEvent(string)Creates an Event of a type supported by the implementation.

Remarks

It is expected that the IDocumentEvent interface will be implemented on the same object which implements the Document interface in an implementation which supports the Event model.

See Also