In This Article

PropertyModelValueChangeEventArgs Class

Provides event arguments for IPropertyModel value change events.

public class PropertyModelValueChangeEventArgs : CancelRoutedEventArgs
Inheritance:
System.Object System.EventArgs System.Windows.RoutedEventArgs CancelRoutedEventArgs Object

Constructors

PropertyModelValueChangeEventArgs(IPropertyModel, Object)

Initializes a new instance of the PropertyModelValueChangeEventArgs class.

public PropertyModelValueChangeEventArgs(IPropertyModel propertyModel, object value)
Parameter Type Description
propertyModel IPropertyModel

The IPropertyModel for the property whose value is being updated.

value System.Object

The updated property value.

Properties

PropertyModel

Gets the IPropertyModel for the property whose value is being updated.

public IPropertyModel PropertyModel { get; }

Property Value

IPropertyModel:

The IPropertyModel for the property whose value is being updated.

Value

Gets the updated property value.

public object Value { get; }

Property Value

System.Object:

The updated property value.

Inherited Members

  • CancelRoutedEventArgs.Cancel
  • System.EventArgs.Empty
  • System.Object.ToString()
  • System.Object.Equals(System.Object)
  • System.Object.Equals(System.Object, System.Object)
  • System.Object.ReferenceEquals(System.Object, System.Object)
  • System.Object.GetHashCode()
  • System.Object.GetType()
  • System.Object.MemberwiseClone()