Interface IENamedElement
The public interface for ENamedElement
[DefaultImplementationType(typeof(ENamedElement))]
[XmlDefaultImplementationType(typeof(ENamedElement))]
public interface IENamedElement : IEModelElement, IModelElement, INotifyPropertyChanged, INotifyPropertyChanging
- Inherited Members
Properties
Name
The name property
string Name { get; set; }
Property Value
Events
NameChanged
Gets fired when the Name property changed its value
event EventHandler<ValueChangedEventArgs> NameChanged
Event Type
NameChanging
Gets fired before the Name property changes its value
event EventHandler<ValueChangedEventArgs> NameChanging