Class UriChangedEventArgs
Denotes event data that the uri of a model element has changed
public class UriChangedEventArgs : EventArgs
- Inheritance
-
UriChangedEventArgs
- Inherited Members
Constructors
UriChangedEventArgs(Uri)
Creates a new instance
public UriChangedEventArgs(Uri oldUri)
Parameters
oldUri
UriThe old uri
Properties
OldUri
Gets the old uri of the model element
public Uri OldUri { get; }