SaveEventArgs Class

Provides data for the Save event of a form.

Namespace: Microsoft.Office.InfoPath
Assembly: Microsoft.Office.InfoPath (in microsoft.office.infopath.dll)

Syntax

'Declaration
'Usage

Remarks

The SaveEventArgs object provides properties and methods that can be used during a save operation from an event handler for the Save event to determine save properties, and perform the save operation.

The properties provided by the SaveEventArgs object are available only during the Save event. This object is destroyed when the form's Save event expires so it may not be stored and used outside of the scope of the Save event.

Inheritance Hierarchy

System.Object
   System.EventArgs
    Microsoft.Office.InfoPath.SaveEventArgs

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

SaveEventArgs Members
Microsoft.Office.InfoPath Namespace