RenamedDocumentEventArgs Class

Definition

[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
RenamedDocumentEventArgs
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.

Applies to