Click or drag to resize

IDocumentsHandlerTDocHandler Interface

Manages the lifecycle of documents

Namespace:  CodeStack.SwEx.AddIn.Base
Assembly:  CodeStack.SwEx.AddIn (in CodeStack.SwEx.AddIn.dll) Version: 0.8.1.0 (0.8.1.0)
Syntax
public interface IDocumentsHandler<TDocHandler> : IDisposable
where TDocHandler : new(), IDocumentHandler

Type Parameters

TDocHandler
Custom document handler to wrap models

The IDocumentsHandlerTDocHandler type exposes the following members.

Properties
  NameDescription
Public propertyItem
Accesses the document handler by pointer to model
Top
Events
  NameDescription
Public eventHandlerCreated
Event raised when new document handler is created
Top
See Also