C# Class System.ComponentModel.PropertyChangedEventArgs

Inheritance: EventArgs
Datei anzeigen 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_oe property

public object NewValue
return object

OldValue public_oe property

public object OldValue
return object

PropertyName public_oe property

public string PropertyName
return string