DocumentSavedEventArgs Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
EventArgs class to carry data about a file save operation
public ref class DocumentSavedEventArgs : EventArgs
public class DocumentSavedEventArgs : EventArgs
type DocumentSavedEventArgs = class
inherit EventArgs
Public Class DocumentSavedEventArgs
Inherits EventArgs
- Inheritance
-
DocumentSavedEventArgs
Constructors
DocumentSavedEventArgs(String, String) |
Constructor |
Properties
NewFileName |
The name of the document after the save operation |
OldFileName |
The name of the document before the save operation |