Interface IReferenceLayoutInformation
The public interface for ReferenceLayoutInformation
Inherited Members
Namespace: NMF.Interop.Layout
Assembly: NMF.EcoreInterop.dll
Syntax
[DefaultImplementationType(typeof(ReferenceLayoutInformation))]
[XmlDefaultImplementationType(typeof(ReferenceLayoutInformation))]
public interface IReferenceLayoutInformation : ILayoutInformation, IModelElement, INotifyPropertyChanged, INotifyPropertyChanging
Properties
| Edit this page View SourceObject
The object property
Declaration
IModelElement Object { get; set; }
Property Value
Type | Description |
---|---|
IModelElement |
Events
| Edit this page View SourceObjectChanged
Gets fired when the Object property changed its value
Declaration
event EventHandler<ValueChangedEventArgs> ObjectChanged
Event Type
Type | Description |
---|---|
EventHandler<ValueChangedEventArgs> |
ObjectChanging
Gets fired before the Object property changes its value
Declaration
event EventHandler<ValueChangedEventArgs> ObjectChanging
Event Type
Type | Description |
---|---|
EventHandler<ValueChangedEventArgs> |