_IDocumentEvents FileSavePostNotify2 Event Send Feedback
See Also 
FileName
Path and file name of the saved document
Post-notifies an application that a document has been saved.

Syntax

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

Remarks

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.

See Also

Availability

DraftSight V1R5.0