C# Class System.ComponentModel.PropertyChangedEventArgs

Inheritance: EventArgs
Show file Open project: theolivenbaum/h5 Class Usage Examples

Public Properties

Property Type Description
NewValue object
OldValue object
PropertyName string

Public Methods

Method Description
PropertyChangedEventArgs ( string propertyName )
PropertyChangedEventArgs ( string propertyName, object newValue )
PropertyChangedEventArgs ( string propertyName, object newValue, object oldValue )

Method Details

PropertyChangedEventArgs() public method

public PropertyChangedEventArgs ( string propertyName )
propertyName string

PropertyChangedEventArgs() public method

public PropertyChangedEventArgs ( string propertyName, object newValue )
propertyName string
newValue object

PropertyChangedEventArgs() public method

public PropertyChangedEventArgs ( string propertyName, object newValue, object oldValue )
propertyName string
newValue object
oldValue object

Property Details

NewValue public property

public object NewValue
return object

OldValue public property

public object OldValue
return object

PropertyName public property

public string PropertyName
return string