SaveEventArgs Class

Provides data for the Save event of a form.

Inheritance Hierarchy

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

Namespace:  Microsoft.Office.InfoPath
Assembly:  Microsoft.Office.InfoPath (in Microsoft.Office.InfoPath.dll)

Syntax

'Declaration
Public MustInherit Class SaveEventArgs _
    Inherits EventArgs
'Usage
Dim instance As SaveEventArgs
public abstract class SaveEventArgs : EventArgs

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.

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