Sends notification that Toolbox Browser has created a new document or added a user document to the browser display.
.NET Syntax
Visual Basic (Declaration) | |
---|
Public Delegate Function DPDMDocManagerEvents_NewDocumentAddedEventHandler( _
ByVal fileName As String, _
ByVal ToolboxID As Integer, _
ByVal AddedToBrowser As Integer _
) As Integer |
Visual Basic (Usage) | |
---|
Dim instance As New DPDMDocManagerEvents_NewDocumentAddedEventHandler(AddressOf HandlerMethod)
|
Parameters
- fileName
Document file name
- ToolboxID
ToolboxFileID parameter is calculated for copied part creation; in other instances, the integer default is �1
- AddedToBrowser
Determines whether the part must reside in the same location for drag and drop
Remarks