Pre-notifies the user program when a file is about to be saved and passes the current document name. 
            
.NET Syntax
| Visual Basic (Declaration) |  | 
|---|
| Public Delegate Function DPartDocEvents_FileSaveNotifyEventHandler( _
   ByVal FileName As System.String _
) As System.Integer | 
| C# |  | 
|---|
| public delegate System.int DPartDocEvents_FileSaveNotifyEventHandler( 
   System.string FileName
) | 
| C++/CLI |  | 
|---|
| public delegate System.int DPartDocEvents_FileSaveNotifyEventHandler( 
&   System.String^ FileName
) | 
Parameters
- FileName
- Name of the saved file
Remarks
            Availability
SOLIDWORKS 2001Plus SP1, Revision Number 10.1