IDocumentEvent class

IDocumentEvent class

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

The IDocumentEvent type exposes the following members:

Methods

MethodDescription
create_eventCreates 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