RenamedDocumentEventArgs 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.
Arguments sent with the RenamedAsync(RenamedDocumentEventArgs, CancellationToken) event.
[System.Runtime.Serialization.DataContract]
public class RenamedDocumentEventArgs : Microsoft.VisualStudio.RpcContracts.Documents.DocumentEventArgs
[<System.Runtime.Serialization.DataContract>]
type RenamedDocumentEventArgs = class
inherit DocumentEventArgs
Public Class RenamedDocumentEventArgs
Inherits DocumentEventArgs
- Inheritance
- Attributes
Constructors
RenamedDocumentEventArgs(Uri, Uri) |
Initializes a new instance of the RenamedDocumentEventArgs class. |
Properties
Moniker |
Gets the moniker of the document. (Inherited from DocumentEventArgs) |
OldMoniker |
Gets the document's old moniker. |