Table of Contents

Interface IReferenceLayoutInformation

Namespace
NMF.Interop.Layout
Assembly
NMF.EcoreInterop.dll

The public interface for ReferenceLayoutInformation

[DefaultImplementationType(typeof(ReferenceLayoutInformation))]
[XmlDefaultImplementationType(typeof(ReferenceLayoutInformation))]
public interface IReferenceLayoutInformation : ILayoutInformation, IModelElement, INotifyPropertyChanged, INotifyPropertyChanging
Inherited Members

Properties

Object

The object property

IModelElement Object { get; set; }

Property Value

IModelElement

Events

ObjectChanged

Gets fired when the Object property changed its value

event EventHandler<ValueChangedEventArgs> ObjectChanged

Event Type

EventHandler<ValueChangedEventArgs>

ObjectChanging

Gets fired before the Object property changes its value

event EventHandler<ValueChangedEventArgs> ObjectChanging

Event Type

EventHandler<ValueChangedEventArgs>