Interface IReferenceLayoutInformation
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
Events
ObjectChanged
Gets fired when the Object property changed its value
event EventHandler<ValueChangedEventArgs> ObjectChanged
Event Type
ObjectChanging
Gets fired before the Object property changes its value
event EventHandler<ValueChangedEventArgs> ObjectChanging