Interface ICompositionMoveToList
The public interface for CompositionMoveToList
Inherited Members
Namespace: NMF.Models.Changes
Assembly: NMF.Models.dll
Syntax
[DefaultImplementationType(typeof(CompositionMoveToList))]
[XmlDefaultImplementationType(typeof(CompositionMoveToList))]
[ModelRepresentationClass("http://nmf.codeplex.com/changes#//CompositionMoveToList")]
public interface ICompositionMoveToList : ICompositionChange, IElementaryChange, IModelChange, IModelElement, INotifyPropertyChanged, INotifyPropertyChanging
Properties
| Edit this page View SourceIndex
The index property
Declaration
[XmlElementName("index")]
[XmlAttribute(true)]
int Index { get; set; }
Property Value
Type | Description |
---|---|
int |
MovedElement
The movedElement property
Declaration
[XmlElementName("movedElement")]
[XmlAttribute(true)]
IModelElement MovedElement { 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 SourceIndexChanged
Gets fired when the Index property changed its value
Declaration
event EventHandler<ValueChangedEventArgs> IndexChanged
Event Type
Type | Description |
---|---|
EventHandler<ValueChangedEventArgs> |
IndexChanging
Gets fired before the Index property changes its value
Declaration
event EventHandler<ValueChangedEventArgs> IndexChanging
Event Type
Type | Description |
---|---|
EventHandler<ValueChangedEventArgs> |
MovedElementChanged
Gets fired when the MovedElement property changed its value
Declaration
event EventHandler<ValueChangedEventArgs> MovedElementChanged
Event Type
Type | Description |
---|---|
EventHandler<ValueChangedEventArgs> |
MovedElementChanging
Gets fired before the MovedElement property changes its value
Declaration
event EventHandler<ValueChangedEventArgs> MovedElementChanging
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> |