Table of Contents

Interface ILayoutInformation

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

The public interface for LayoutInformation

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

Properties

HiddenTokenText

The hiddenTokenText property

string HiddenTokenText { get; set; }

Property Value

string

StartOffset

The startOffset property

int StartOffset { get; set; }

Property Value

int

SyntaxElementID

The syntaxElementID property

string SyntaxElementID { get; set; }

Property Value

string

VisibleTokenText

The visibleTokenText property

string VisibleTokenText { get; set; }

Property Value

string

Events

HiddenTokenTextChanged

Gets fired when the HiddenTokenText property changed its value

event EventHandler<ValueChangedEventArgs> HiddenTokenTextChanged

Event Type

EventHandler<ValueChangedEventArgs>

HiddenTokenTextChanging

Gets fired before the HiddenTokenText property changes its value

event EventHandler<ValueChangedEventArgs> HiddenTokenTextChanging

Event Type

EventHandler<ValueChangedEventArgs>

StartOffsetChanged

Gets fired when the StartOffset property changed its value

event EventHandler<ValueChangedEventArgs> StartOffsetChanged

Event Type

EventHandler<ValueChangedEventArgs>

StartOffsetChanging

Gets fired before the StartOffset property changes its value

event EventHandler<ValueChangedEventArgs> StartOffsetChanging

Event Type

EventHandler<ValueChangedEventArgs>

SyntaxElementIDChanged

Gets fired when the SyntaxElementID property changed its value

event EventHandler<ValueChangedEventArgs> SyntaxElementIDChanged

Event Type

EventHandler<ValueChangedEventArgs>

SyntaxElementIDChanging

Gets fired before the SyntaxElementID property changes its value

event EventHandler<ValueChangedEventArgs> SyntaxElementIDChanging

Event Type

EventHandler<ValueChangedEventArgs>

VisibleTokenTextChanged

Gets fired when the VisibleTokenText property changed its value

event EventHandler<ValueChangedEventArgs> VisibleTokenTextChanged

Event Type

EventHandler<ValueChangedEventArgs>

VisibleTokenTextChanging

Gets fired before the VisibleTokenText property changes its value

event EventHandler<ValueChangedEventArgs> VisibleTokenTextChanging

Event Type

EventHandler<ValueChangedEventArgs>