C# Class Exrin.Framework.PropertyValueChangedEventArgs

Inheritance: System.ComponentModel.PropertyChangedEventArgs
Exibir arquivo Open project: exrin/Exrin

Public Methods

Method Description
PropertyValueChangedEventArgs ( string propertyName, object oldValue, object newValue ) : System.ComponentModel

Method Details

PropertyValueChangedEventArgs() public method

public PropertyValueChangedEventArgs ( string propertyName, object oldValue, object newValue ) : System.ComponentModel
propertyName string
oldValue object
newValue object
return System.ComponentModel