Interface ICompositionCollectionInsertion
The public interface for CompositionCollectionInsertion
Inherited Members
Namespace: NMF.Models.Changes
Assembly: NMF.Models.dll
Syntax
[DefaultImplementationType(typeof(CompositionCollectionInsertion))]
[XmlDefaultImplementationType(typeof(CompositionCollectionInsertion))]
[ModelRepresentationClass("http://nmf.codeplex.com/changes#//CompositionCollectionInsertion")]
public interface ICompositionCollectionInsertion : 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 |
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> |