Table of Contents

Interface IAssociationListDeletion

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

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

IModelElement

Index

The index property

[XmlElementName("index")]
[XmlAttribute(true)]
int Index { get; set; }

Property Value

int

Events

DeletedElementChanged

Gets fired when the DeletedElement property changed its value

event EventHandler<ValueChangedEventArgs> DeletedElementChanged

Event Type

EventHandler<ValueChangedEventArgs>

DeletedElementChanging

Gets fired before the DeletedElement property changes its value

event EventHandler<ValueChangedEventArgs> DeletedElementChanging

Event Type

EventHandler<ValueChangedEventArgs>

IndexChanged

Gets fired when the Index property changed its value

event EventHandler<ValueChangedEventArgs> IndexChanged

Event Type

EventHandler<ValueChangedEventArgs>

IndexChanging

Gets fired before the Index property changes its value

event EventHandler<ValueChangedEventArgs> IndexChanging

Event Type

EventHandler<ValueChangedEventArgs>