Pre-notifies user applications when a part is dropped from Windows Explorer into an assembly document.
.NET Syntax
Visual Basic (Declaration) | |
---|
Public Delegate Function DAssemblyDocEvents_FileDropPreNotifyEventHandler( _
ByVal FileName As String _
) As Integer |
Visual Basic (Usage) | |
---|
Dim instance As New DAssemblyDocEvents_FileDropPreNotifyEventHandler(AddressOf HandlerMethod)
|
C# | |
---|
public delegate int DAssemblyDocEvents_FileDropPreNotifyEventHandler(
string FileName
) |
C++/CLI | |
---|
public delegate int DAssemblyDocEvents_FileDropPreNotifyEventHandler(
& String^ FileName
) |
Parameters
- FileName
Name of the file to use for the rest of the drop process
Remarks
Availability
SolidWorks 2001Plus FCS, Revision Number 10.0