Show / Hide Table of Contents

Class UriChangedEventArgs

Denotes event data that the uri of a model element has changed

Inheritance
object
EventArgs
UriChangedEventArgs
Inherited Members
EventArgs.Empty
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: NMF.Models
Assembly: NMF.Models.dll
Syntax
public class UriChangedEventArgs : EventArgs

Constructors

| Edit this page View Source

UriChangedEventArgs(Uri)

Creates a new instance

Declaration
public UriChangedEventArgs(Uri oldUri)
Parameters
Type Name Description
Uri oldUri

The old uri

Properties

| Edit this page View Source

OldUri

Gets the old uri of the model element

Declaration
public Uri OldUri { get; }
Property Value
Type Description
Uri
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX