RenamedDocumentEventArgs(Uri, Uri) Constructor
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.
Initializes a new instance of the RenamedDocumentEventArgs class.
public RenamedDocumentEventArgs (Uri moniker, Uri oldMoniker);
new Microsoft.VisualStudio.RpcContracts.Documents.RenamedDocumentEventArgs : Uri * Uri -> Microsoft.VisualStudio.RpcContracts.Documents.RenamedDocumentEventArgs
Public Sub New (moniker As Uri, oldMoniker As Uri)
Parameters
- moniker
- Uri
The document's moniker.
- oldMoniker
- Uri
The document's p;d moniker.