Interface ICompositionMoveIntoProperty
The public interface for CompositionMoveIntoProperty
Inherited Members
Namespace: NMF.Models.Changes
Assembly: NMF.Models.dll
Syntax
[DefaultImplementationType(typeof(CompositionMoveIntoProperty))]
[XmlDefaultImplementationType(typeof(CompositionMoveIntoProperty))]
[ModelRepresentationClass("http://nmf.codeplex.com/changes#//CompositionMoveIntoProperty")]
public interface ICompositionMoveIntoProperty : ICompositionChange, IElementaryChange, IModelChange, IModelElement, INotifyPropertyChanged, INotifyPropertyChanging
Properties
| Edit this page View SourceNewValue
The newValue property
Declaration
[XmlElementName("newValue")]
[XmlAttribute(true)]
IModelElement NewValue { get; set; }
Property Value
Type | Description |
---|---|
IModelElement |
OldValue
The oldValue property
Declaration
[XmlElementName("oldValue")]
[XmlAttribute(true)]
IModelElement OldValue { get; set; }
Property Value
Type | Description |
---|---|
IModelElement |
Origin
The origin property
Declaration
[Browsable(false)]
[XmlElementName("origin")]
[XmlAttribute(false)]
[Containment]
IElementaryChange Origin { get; set; }
Property Value
Type | Description |
---|---|
IElementaryChange |
Events
| Edit this page View SourceNewValueChanged
Gets fired when the NewValue property changed its value
Declaration
event EventHandler<ValueChangedEventArgs> NewValueChanged
Event Type
Type | Description |
---|---|
EventHandler<ValueChangedEventArgs> |
NewValueChanging
Gets fired before the NewValue property changes its value
Declaration
event EventHandler<ValueChangedEventArgs> NewValueChanging
Event Type
Type | Description |
---|---|
EventHandler<ValueChangedEventArgs> |
OldValueChanged
Gets fired when the OldValue property changed its value
Declaration
event EventHandler<ValueChangedEventArgs> OldValueChanged
Event Type
Type | Description |
---|---|
EventHandler<ValueChangedEventArgs> |
OldValueChanging
Gets fired before the OldValue property changes its value
Declaration
event EventHandler<ValueChangedEventArgs> OldValueChanging
Event Type
Type | Description |
---|---|
EventHandler<ValueChangedEventArgs> |
OriginChanged
Gets fired when the Origin property changed its value
Declaration
event EventHandler<ValueChangedEventArgs> OriginChanged
Event Type
Type | Description |
---|---|
EventHandler<ValueChangedEventArgs> |
OriginChanging
Gets fired before the Origin property changes its value
Declaration
event EventHandler<ValueChangedEventArgs> OriginChanging
Event Type
Type | Description |
---|---|
EventHandler<ValueChangedEventArgs> |