  | 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)
SyntaxIDocumentsHandler<TDocHandler> CreateDocumentsHandler<TDocHandler>()
where TDocHandler : new(), IDocumentHandler
Function CreateDocumentsHandler(Of TDocHandler As {New, IDocumentHandler}) As IDocumentsHandler(Of TDocHandler)generic<typename TDocHandler>
where TDocHandler : gcnew(), IDocumentHandler
IDocumentsHandler<TDocHandler>^ CreateDocumentsHandler()
Type Parameters
- TDocHandler
 - Document handler wrapper
 
Return Value
Type: 
IDocumentsHandlerTDocHandlerDocuments handler instance
See Also