Pre-notifies user applications when a part is dropped from Windows Explorer into a part document. 
            
.NET Syntax
| Visual Basic (Declaration) |  | 
|---|
| Public Delegate Function DPartDocEvents_FileDropPreNotifyEventHandler( _
   ByVal FileName As System.String _
) As System.Integer | 
| C# |  | 
|---|
| public delegate System.int DPartDocEvents_FileDropPreNotifyEventHandler( 
   System.string FileName
) | 
| C++/CLI |  | 
|---|
| public delegate System.int DPartDocEvents_FileDropPreNotifyEventHandler( 
&   System.String^ FileName
) | 
Parameters
- FileName
- Name of the file to use for the rest of the drop process
Remarks
            Availability
SOLIDWORKS 2009 FCS, Revision Number 17.0