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 | |
---|---|---|
SaveEventArgs |
Top
Properties
Name | Description | |
---|---|---|
CancelableArgs | Gets a reference to the SaveCancelEventArgs object that can be used to cancel the Save event. | |
Filename | Gets the file name to be used in the event handler for the Save event. | |
IsSaveAs | Gets whether the PerformSaveOperation method will be performed as a "save" operation or as a "save as" operation. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
PerformSaveOperation | Performs the save operation requested by the user. | |
ToString | (Inherited from Object.) |
Top