Interface IAssociationListDeletion
The public interface for AssociationListDeletion
Inherited Members
Namespace: NMF.Models.Changes
Assembly: NMF.Models.dll
Syntax
[DefaultImplementationType(typeof(AssociationListDeletion))]
[XmlDefaultImplementationType(typeof(AssociationListDeletion))]
[ModelRepresentationClass("http://nmf.codeplex.com/changes#//AssociationListDeletion")]
public interface IAssociationListDeletion : IAssociationChange, IElementaryChange, IModelChange, IModelElement, INotifyPropertyChanged, INotifyPropertyChanging
Properties
| Edit this page View SourceDeletedElement
The deletedElement property
Declaration
[XmlElementName("deletedElement")]
[XmlAttribute(true)]
IModelElement DeletedElement { get; set; }
Property Value
Type | Description |
---|---|
IModelElement |
Index
The index property
Declaration
[XmlElementName("index")]
[XmlAttribute(true)]
int Index { get; set; }
Property Value
Type | Description |
---|---|
int |
Events
| Edit this page View SourceDeletedElementChanged
Gets fired when the DeletedElement property changed its value
Declaration
event EventHandler<ValueChangedEventArgs> DeletedElementChanged
Event Type
Type | Description |
---|---|
EventHandler<ValueChangedEventArgs> |
DeletedElementChanging
Gets fired before the DeletedElement property changes its value
Declaration
event EventHandler<ValueChangedEventArgs> DeletedElementChanging
Event Type
Type | Description |
---|---|
EventHandler<ValueChangedEventArgs> |
IndexChanged
Gets fired when the Index property changed its value
Declaration
event EventHandler<ValueChangedEventArgs> IndexChanged
Event Type
Type | Description |
---|---|
EventHandler<ValueChangedEventArgs> |
IndexChanging
Gets fired before the Index property changes its value
Declaration
event EventHandler<ValueChangedEventArgs> IndexChanging
Event Type
Type | Description |
---|---|
EventHandler<ValueChangedEventArgs> |