| 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()
Function CreateDocumentsHandler As IDocumentsHandler(Of DocumentHandler)
IDocumentsHandler<DocumentHandler^>^ CreateDocumentsHandler()
Return Value
Type:
IDocumentsHandlerDocumentHandlerInstance of generic documents handler. Explore the available events of
DocumentHandler type
See Also