Interface ICompositionListInsertion
The public interface for CompositionListInsertion
Inherited Members
Namespace: NMF.Models.Changes
Assembly: NMF.Models.dll
Syntax
[DefaultImplementationType(typeof(CompositionListInsertion))]
[XmlDefaultImplementationType(typeof(CompositionListInsertion))]
[ModelRepresentationClass("http://nmf.codeplex.com/changes#//CompositionListInsertion")]
public interface ICompositionListInsertion : ICompositionChange, IElementaryChange, IModelChange, IModelElement, INotifyPropertyChanged, INotifyPropertyChanging
Properties
| Edit this page View SourceAddedElement
The addedElement property
Declaration
[Browsable(false)]
[XmlElementName("addedElement")]
[XmlAttribute(false)]
[Containment]
IModelElement AddedElement { get; set; }
Property Value
Type | Description |
---|---|
IModelElement |
Index
The index property
Declaration
[XmlElementName("index")]
[XmlAttribute(true)]
int Index { get; set; }
Property Value
Type | Description |
---|---|
int |
Events
| Edit this page View SourceAddedElementChanged
Gets fired when the AddedElement property changed its value
Declaration
event EventHandler<ValueChangedEventArgs> AddedElementChanged
Event Type
Type | Description |
---|---|
EventHandler<ValueChangedEventArgs> |
AddedElementChanging
Gets fired before the AddedElement property changes its value
Declaration
event EventHandler<ValueChangedEventArgs> AddedElementChanging
Event Type
Type | Description |
---|---|
EventHandler<ValueChangedEventArgs> |
IndexChanged
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> |