SaveEventArgs Members

Include Protected Members
Include Inherited Members

Provides data for the Save event of a form.

The SaveEventArgs type exposes the following members.

Constructors

  Name Description
Protected method SaveEventArgs

Top

Properties

  Name Description
Public property CancelableArgs Gets a reference to the SaveCancelEventArgs object that can be used to cancel the Save event.
Public property Filename Gets the file name to be used in the event handler for the Save event.
Public property IsSaveAs Gets whether the PerformSaveOperation method will be performed as a "save" operation or as a "save as" operation.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method PerformSaveOperation Performs the save operation requested by the user.
Public method ToString (Inherited from Object.)

Top

See Also

Reference

SaveEventArgs Class

Microsoft.Office.InfoPath Namespace