Interface IAssociationListDeletion
The public interface for AssociationListDeletion
[DefaultImplementationType(typeof(AssociationListDeletion))]
[XmlDefaultImplementationType(typeof(AssociationListDeletion))]
[ModelRepresentationClass("http://nmf.codeplex.com/changes#//AssociationListDeletion")]
public interface IAssociationListDeletion : 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
Index
The index property
[XmlElementName("index")]
[XmlAttribute(true)]
int Index { 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
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