Click or drag to resize

ISwAddInExCreateDocumentsHandler Method

Creates generic documents handler which exposes lifecycle events

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<DocumentHandler> CreateDocumentsHandler()

Return Value

Type: IDocumentsHandlerDocumentHandler
Instance of generic documents handler. Explore the available events of DocumentHandler type
See Also