Interface IValueArgument
The public interface for ValueArgument
[DefaultImplementationType(typeof(ValueArgument))]
[XmlDefaultImplementationType(typeof(ValueArgument))]
[ModelRepresentationClass("http://nmf.codeplex.com/changes#//ValueArgument")]
public interface IValueArgument : IOperationArgument, IModelElement, INotifyPropertyChanged, INotifyPropertyChanging
- Inherited Members
- Extension Methods
Properties
Value
The value property
[XmlElementName("value")]
[XmlAttribute(true)]
string Value { get; set; }
Property Value
Events
ValueChanged
Gets fired when the Value property changed its value
event EventHandler<ValueChangedEventArgs> ValueChanged
Event Type
ValueChanging
Gets fired before the Value property changes its value
event EventHandler<ValueChangedEventArgs> ValueChanging