Fired when the drawing document is automatically saved.
.NET Syntax
Visual Basic (Declaration) | |
---|
Public Delegate Function DDrawingDocEvents_AutoSaveNotifyEventHandler( _
ByVal FileName As String _
) As Integer |
Visual Basic (Usage) | |
---|
Dim instance As New DDrawingDocEvents_AutoSaveNotifyEventHandler(AddressOf HandlerMethod)
|
C# | |
---|
public delegate int DDrawingDocEvents_AutoSaveNotifyEventHandler(
string FileName
) |
C++/CLI | |
---|
public delegate int DDrawingDocEvents_AutoSaveNotifyEventHandler(
& String^ FileName
) |
Parameters
- FileName
- Filename to which to save the drawing document
Remarks
Availability
SolidWorks 2009 FCS, Revision Number 17.0