AfterSaveFile Event - NET

<< Click to Display Table of Contents >>

Navigation:  Events Generated by the .NET Control >

AfterSaveFile Event - NET

Previous pageReturn to chapter overviewNext page

[Not supported by VpeWebControl]

Is fired after the file save operation has been completed.

EventHandler VPE. AfterSaveFile(

object sender,

System.EventArgs e

)

object sender

the VPE document object that fired the event

System.EventArgs e

event data, see .NET documentation

Remarks:

When handling this event, your application can acquire the error status of the file open operation by reading the property LastError. For example, if the user clicked onto the Cancel-Button in the save file dialog, LastError will be ErrorCode.Cancelled.

 

See also:

SaveFileName