Handles the notification that the specified PDM-managed document was copied to the specified new file name.
.NET Syntax
Visual Basic (Declaration) | |
---|
Public Delegate Function DPDMDocManagerEvents_AfterCopyingDocumentEventHandler( _
ByVal FromFileName As System.String, _
ByVal ToFileName As System.String, _
ByVal DeleteSource As System.Integer _
) As System.Integer |
C++/CLI | |
---|
public delegate System.int DPDMDocManagerEvents_AfterCopyingDocumentEventHandler(
& System.String^ FromFileName,
& System.String^ ToFileName,
& System.int DeleteSource
) |
Parameters
- FromFileName
- Path and file name of document copied
- ToFileName
- Path and file name of new document
- DeleteSource
- True if FromFileName is deleted, false if not
Example
Availability
SolidWorks 2013 FCS, Revision Number 21.0