Interface ICompositionListInsertion
The public interface for CompositionListInsertion
[DefaultImplementationType(typeof(CompositionListInsertion))]
[XmlDefaultImplementationType(typeof(CompositionListInsertion))]
[ModelRepresentationClass("http://nmf.codeplex.com/changes#//CompositionListInsertion")]
public interface ICompositionListInsertion : ICompositionChange, IElementaryChange, IModelChange, IModelElement, INotifyPropertyChanged, INotifyPropertyChanging
- Inherited Members
- Extension Methods
Properties
AddedElement
The addedElement property
[Browsable(false)]
[XmlElementName("addedElement")]
[XmlAttribute(false)]
[Containment]
IModelElement AddedElement { get; set; }
Property Value
Index
The index property
[XmlElementName("index")]
[XmlAttribute(true)]
int Index { get; set; }
Property Value
Events
AddedElementChanged
Gets fired when the AddedElement property changed its value
event EventHandler<ValueChangedEventArgs> AddedElementChanged
Event Type
AddedElementChanging
Gets fired before the AddedElement property changes its value
event EventHandler<ValueChangedEventArgs> AddedElementChanging
Event Type
IndexChanged
Gets fired when the Index property changed its value
event EventHandler<ValueChangedEventArgs> IndexChanged
Event Type
IndexChanging
Gets fired before the Index property changes its value
event EventHandler<ValueChangedEventArgs> IndexChanging