Share via


SaveEventArgs Members (Microsoft.Office.InfoPath)

Provides data for the Save event of a form.

The following tables list the members exposed by the SaveEventArgs type.

Protected Constructors

  Name Description
Protected method SaveEventArgs  

Top

Public Fields

  Name Description
Public field Static Empty  (inherited from EventArgs)

Top

Public 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

Public Methods

(see also Protected Methods )

  Name Description
Public method Equals  Overloaded. (inherited from Object)
Public method GetHashCode  (inherited from Object)
Public method GetType  (inherited from Object)
Public method PerformSaveOperation Performs the save operation requested by the user.
Public method Static ReferenceEquals  (inherited from Object)
Public method ToString  (inherited from Object)

Top

Protected Methods

  Name Description
Protected method Finalize  (inherited from Object)
Protected method MemberwiseClone  (inherited from Object)

Top

See Also

Reference

SaveEventArgs Class
Microsoft.Office.InfoPath Namespace