Class UriChangedEventArgs
Denotes event data that the uri of a model element has changed
Inherited Members
Namespace: NMF.Models
Assembly: NMF.Models.dll
Syntax
public class UriChangedEventArgs : EventArgs
Constructors
| Edit this page View SourceUriChangedEventArgs(Uri)
Creates a new instance
Declaration
public UriChangedEventArgs(Uri oldUri)
Parameters
Type | Name | Description |
---|---|---|
Uri | oldUri | The old uri |
Properties
| Edit this page View SourceOldUri
Gets the old uri of the model element
Declaration
public Uri OldUri { get; }
Property Value
Type | Description |
---|---|
Uri |