Interface IAssociationCollectionDeletion
The public interface for AssociationCollectionDeletion
[DefaultImplementationType(typeof(AssociationCollectionDeletion))]
[XmlDefaultImplementationType(typeof(AssociationCollectionDeletion))]
[ModelRepresentationClass("http://nmf.codeplex.com/changes#//AssociationCollectionDeletion")]
public interface IAssociationCollectionDeletion : IAssociationChange, IElementaryChange, IModelChange, IModelElement, INotifyPropertyChanged, INotifyPropertyChanging
- Inherited Members
- Extension Methods
Properties
DeletedElement
The deletedElement property
[XmlElementName("deletedElement")]
[XmlAttribute(true)]
IModelElement DeletedElement { get; set; }
Property Value
Events
DeletedElementChanged
Gets fired when the DeletedElement property changed its value
event EventHandler<ValueChangedEventArgs> DeletedElementChanged
Event Type
DeletedElementChanging
Gets fired before the DeletedElement property changes its value
event EventHandler<ValueChangedEventArgs> DeletedElementChanging