Visual Basic | |
---|---|
Public Delegate Sub _IDocumentEvents_FileSavePostNotify2EventHandler( _ ) |
C# | |
---|---|
public delegate void _IDocumentEvents_FileSavePostNotify2EventHandler( ) |
JavaScript | |
---|---|
Event Not Supported ) |
COM native C++ | |
---|---|
FileSavePostNotify2( FileName ) |
C++ | |
---|---|
FileSavePostNotify2( ) |
Parameters
- FileName
- Path and file name of the saved document
When this event is triggered, the IDocument object's path and file name correspond to the document being saved. This event's FileName parameter corresponds to the path and file name of the saved document.
If developing a C++ application, use dsDocument_FileSavePostNotify2_id to register for this notification.
See Getting Started for more information about C++ interface add-in template callback functions.
_IDocumentEvents_FileSavePostNotify2EventHandler Members
Interop.dsAutomation Namespace
IDocument Event FileSavePreNotify
Interop.dsAutomation Namespace
IDocument Event FileSavePreNotify
DraftSight V1R5.0