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