Table of Contents

Interface ICompositionCollectionInsertion

Namespace
NMF.Models.Changes
Assembly
NMF.Models.dll

The public interface for CompositionCollectionInsertion

[DefaultImplementationType(typeof(CompositionCollectionInsertion))]
[XmlDefaultImplementationType(typeof(CompositionCollectionInsertion))]
[ModelRepresentationClass("http://nmf.codeplex.com/changes#//CompositionCollectionInsertion")]
public interface ICompositionCollectionInsertion : 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

IModelElement

Events

AddedElementChanged

Gets fired when the AddedElement property changed its value

event EventHandler<ValueChangedEventArgs> AddedElementChanged

Event Type

EventHandler<ValueChangedEventArgs>

AddedElementChanging

Gets fired before the AddedElement property changes its value

event EventHandler<ValueChangedEventArgs> AddedElementChanging

Event Type

EventHandler<ValueChangedEventArgs>