Click or drag to resize

ISwAddInExCreateDocumentsHandlerTDocHandler Method

Creates document life cycle hander model

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

Type Parameters

TDocHandler
Document handler wrapper

Return Value

Type: IDocumentsHandlerTDocHandler
Documents handler instance
See Also