C# Class System.ComponentModel.PropertyChangedEventArgs

Inheritance: EventArgs
Afficher le fichier Open project: theolivenbaum/h5 Class Usage Examples

Méthodes publiques

Свойство Type Description
NewValue object
OldValue object
PropertyName string

Méthodes publiques

Méthode Description
PropertyChangedEventArgs ( string propertyName )
PropertyChangedEventArgs ( string propertyName, object newValue )
PropertyChangedEventArgs ( string propertyName, object newValue, object oldValue )

Method Details

PropertyChangedEventArgs() public méthode

public PropertyChangedEventArgs ( string propertyName )
propertyName string

PropertyChangedEventArgs() public méthode

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

PropertyChangedEventArgs() public méthode

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

Property Details

NewValue public_oe property

public object NewValue
Résultat object

OldValue public_oe property

public object OldValue
Résultat object

PropertyName public_oe property

public string PropertyName
Résultat string